[fix] avoid duplicated update request against gsql instance
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.