How to create a scheduler without an "executor"? #633
Unanswered
KentonParton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
As mentioned in the docs, it's not recommended to use the scheduler in a distributed application. What I had intended on doing is creating two apps.
I was hoping to achieve this by instantiating an AsyncIOScheduler without an executor so that I could add, remove, get jobs from my distributed app but NOT run the jobs
I have tried setting the executors to None and to {} but neither work.
Is it possible to achieve the above?
Appreciate the help!
Beta Was this translation helpful? Give feedback.
All reactions