|
|
|
|
|
by nickjj
1370 days ago
|
|
I quickly went through the docs but didn't see a reference to be able to dynamically schedule and unschedule tasks at runtime. I've used APScheduler in the past and it does support this. The use case is wanting to have let's say a web form where a user can say they want to run a task at XYZ interval and then they can schedule and unschedule it on demand. APScheduler will pick these up without needing to restart anything. Does your library support that? If not, is that a planned feature? |
|
It could be the docs don't mention this. I'll need to check and add it there in case it's missing.
Or did I misunderstand?