-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
If I'm reading the code correctly, Zookeeper is used for locking (preventing two executions at once) but not for synchronising the execution timing.
So if I had a cluster of 5 applications, with a scheduled event once an hour, each application will try to run it once an hour and we'd get executions every 12 minutes on average.
A possible solution might be to store the last run timestamp in the ZK node, and make persist that node between executions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels