A Django file monitoring system. periodic task without using django celery
-
Updated
Jul 8, 2020 - Python
A Django file monitoring system. periodic task without using django celery
A modern `setInterval` substitute tailored for asynchronous tasks, ensuring non-overlapping executions by skipping attempts if a previous execution is still in progress. Features graceful teardown (ideal for production apps demanding smooth resource cleanup), execution status getters, and a fixed delay between runs.
Periodic job scheduler for Node.js projects, ensuring non-overlapping executions and deterministic termination. Features a dynamically chosen interval between executions, determined by a user-injected calculator function, which can take into account the duration of the last execution and any error it may have thrown.
Simulation of dynamic periodic task execution. University homework for the "Concurrent And Real Time Programming" course held by Gabriele Manduchi and Andrea Rigoni Garola at the University of Padova.
Add a description, image, and links to the periodic-task topic page so that developers can more easily learn about it.
To associate your repository with the periodic-task topic, visit your repo's landing page and select "manage topics."