The time limit (--time-limit) is the maximum number of seconds a task may run before the process executing it is terminated and replaced by a new process. You can also enable a soft time limit (--soft-time-limit), this raises an exception the task can catch to clean up before the ...
The time limit (--time-limit) is the maximum number of seconds a task may run before the process executing it is terminated and replaced by a new process. You can also enable a soft time limit (--soft-time-limit), this raises an exception the task can catch to clean up before the ...
Runtime set time limits seem to be ignored in Celery 4.0.0rc2. Setting up a global time limit through celery settings (such as app.conf.task_soft_time_limit = 5) seems to be working fine though. celery report output ➜ celery -A tasks rep...