-
Notifications
You must be signed in to change notification settings - Fork 54
Increase Default Sidecar Update Interval #520
Copy link
Copy link
Open
Labels
Description
Support issue Graylog2/support#384
What: The default update interval of 10s causes large deployments to crumble under their own rate. Increasing the default should prevent this in large deployments with no real impact on smaller deployments.
Why:
Mongo updating "Token Last Used" for sidecar token. For large number of sidecars (500+) the default update interval (10 seconds) is FAR too frequent. It overloads mongo. A customer added 1600 sidecars then saw this slowdown.
It's been set to 5m which appears to have completely resolved their issue.
This seems like a reasonable new default to use.
Reactions are currently unavailable