Suitability of APScheduler for HA, especially v4 #979
Unanswered
lee-jian-hui
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I think you also need a data store beside the event broker. Might be related to #959 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to examine the suitability of apscheduler if it checks these boxes regarding HA for this scenario:
QUESTIONS:
Does ver4 provide HA (high availability) features out of the box and are there sample codes for this?
In my testing I have deployed multiple app instances and the runs were duplicated which is not desired.
In addition, maybe anyone could point out to me if my deployment steps do not fall in recommended guidelines?
Here is the sample code i have modified and used following the latest docs on
master
Some lines are commented out because I were facing issues with those imports on
apschedler v4.0.0a5
logs:
run on app1 with 3 instances
run on app2 with 3 instances
Beta Was this translation helpful? Give feedback.
All reactions