0

As mentioned here, I would like to execute foo() every 10 seconds, but I would also like to be able to pause the periodic execution.

How do I do this?

LukesDiner
  • 145
  • 8
  • We've been using the excellent [APScheduler](https://apscheduler.readthedocs.io/en/stable/) for more top level handling of jobs. It allows you to pause jobs, set interval schedules, etc. – MatsLindh Apr 22 '20 at 09:04
  • It was something like this I was looking for, it works great, thanks! – LukesDiner Apr 23 '20 at 07:19

0 Answers0