I also use apscheduler
lib inside the Django
webserver handler. I want to create a single instance of apscheduler
and communicate all calls to it.
Is the best solution to create a different process specifically designated for apscheduler
instance?
A similar questions are [1] and [2].
[1] How to enforce only one running instance of a process in python Django framework?