schmidtfederico / apscheduler-ui

MIT License
6 stars 2 forks source link

Running multiple schedulers #4

Open pratik-dani opened 3 years ago

pratik-dani commented 3 years ago

How to run multiple schedulers with this. Is this even possible with the current structure?

schmidtfederico commented 3 years ago

The UI is meant to be used with a single scheduler, so if you have multiple schedulers you'll need to host multiple UIs.

I'm curious though what's the use case for multiple schedulers?

pratik-dani commented 3 years ago

I actually a couple of users and for every one of them, there are different schedulers (there are many reasons why I chose different schedulers for different users one of them being I have to reschedule the task for the users sometimes delete the database and stuff like that). So, for different users, I want to show the schedulers and to give the ability to pause and other things.

But I understand it is not possible with the UI. So, no issues. Thanks.