Skip to content

[fix] avoid duplicated update request against gsql instance

Compare
Choose a tag to compare
@dabde dabde released this 29 Jul 12:47
· 143 commits to master since this release
35cdfb7

db-operator was send every 1 min an update request against gsql instance, if the settings where changed. If gsql was still in updating process, a new request was throw an error. Now we skip an additional update event, if gsql instance is not ready.