Scaling #853
Unanswered
Leohanhart
asked this question in
Q&A
Scaling
#853
Replies: 1 comment
-
I'm going to guess you'll have to solve this issue completely outside of APScheduler. There are too many different deployment environments and paradigms to support them all here. If you're using an autoscaling group in AWS vs a Kubernetes horizontal pod autoscaler vs whatever, it's going to look very different. |
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
-
Dear reader,
Im trying to find a solution for the following problem.
I would like to use apscedular for a large data-analyses application. I would like to start the application/scedular and then automatic scale workers depending on the load (wich can be big) I can't find a lot of information how to esstablisch this, is this load-balancing done automatticly?
please tell me with an example how this is done with a redis database. Or anything else what is needed. Thankyou
Beta Was this translation helpful? Give feedback.
All reactions