Skip to content

Commit 5ca34c1

Browse files
committed
Elegant worker handover for render
1 parent 5fa8b84 commit 5ca34c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chronos/tasks/worker_startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def start_dispatcher_on_worker_ready(sender, **kwargs):
2121
# at the bottom of worker.py, so worker.py isn't fully loaded yet.
2222
from chronos.worker import job_dispatcher_task
2323

24-
job_dispatcher_task.delay()
24+
job_dispatcher_task.apply_async(countdown=60)

0 commit comments

Comments
 (0)