platypush/platypush/cron
Fabio Manganiello b8215d2736 A more robust cron start logic
If may happen (usually because of a race condition) that a cronjob has
already been started, but it hasn't yet changed its status from IDLE to
RUNNING when the scheduler checks it.

This fix guards the application against such events. If they occur, we
should just report them and move on, not terminate the whole scheduler.
2022-10-27 10:45:59 +02:00
..
__init__.py - The context should be properly expanded also when calling a Python procedure 2021-02-27 20:27:36 +01:00
scheduler.py A more robust cron start logic 2022-10-27 10:45:59 +02:00