mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 01:28:12 +08:00
Workers now share a ctype with the sentinel to indicate if they are currently executing a task. This timer is incremented each guard loop until the worker resets it after finishing a job or until it reaches the TIMEOUT value and the worker is terminated by the sentinel.