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
I am running database scheduler along with fastapi in 2 pods. Which results into scheduler scheduling same job twice.
Is there any way to implement a lock mechanism so that only one scheduler is able to schedule jobs at a given point in time. And if the active one crashes, then second should be able to pickup without any manual intervention.