This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Replies: 1 comment
-
|
The schedulers use Redis locks to ensure they are only being run by one server. If that server crashes or is remove, after a timeout another instance can claim the lock. There shouldn't be any issues running this distributed across many servers as long as they share a single Redis cache |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed some schedulers with a cronjob, but can they make some concurrency problems in a kubernates cluster? How can I avoid them?
Beta Was this translation helpful? Give feedback.
All reactions