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
When using kv to configure an auto agent that would only ever get config on some nodes we, today, will just keep polling the db at a set pace till we find something.
We should add some kind of backoff definition to the KV that would gradually slow down the checks for a key in the event when the key keeps not existing for ages.
The text was updated successfully, but these errors were encountered:
When using kv to configure an auto agent that would only ever get config on some nodes we, today, will just keep polling the db at a set pace till we find something.
We should add some kind of backoff definition to the KV that would gradually slow down the checks for a key in the event when the key keeps not existing for ages.
The text was updated successfully, but these errors were encountered: