platypush/platypush/cron
Fabio Manganiello d0d333e8f4
FIX: Clear the cronjob event after receiving a TIME_SYNC.
When a cronjob receives a TIME_SYNC event (because the system clock has
changed/drifted and the cronjobs are expected to recalculate their next
run slot) it should also clear the event.

Otherwise, the next `wait` will be skipped and the cronjob will be
executed even if it wasn't scheduled.
2022-12-20 23:01:03 +01: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 FIX: Clear the cronjob event after receiving a TIME_SYNC. 2022-12-20 23:01:03 +01:00