You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
If I understood the code correctly, the PUT /provisioners/{name} updates the provisioner object in the local cache of the instance that processes the request, and then this provisioner is saved to the database. However, it appears that all other instances connected to this database do not receive the updated configuration until a restart occurs. Would it be possible to introduce a goroutine that periodically calls ReloadAdminResources to ensure all instances are consistently updated?
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
If I understood the code correctly, the
PUT /provisioners/{name}
updates the provisioner object in the local cache of the instance that processes the request, and then this provisioner is saved to the database. However, it appears that all other instances connected to this database do not receive the updated configuration until a restart occurs. Would it be possible to introduce a goroutine that periodically callsReloadAdminResources
to ensure all instances are consistently updated?The text was updated successfully, but these errors were encountered: