DEV Community

rushikesh
rushikesh

Posted on

celery soft_time_limit

using celery with django , came across one problem while using celery soft_time_limit on task
i want to know is there any way to stop or increase soft_time_limit when task is getting executed , like after some line of code get executed and then i want to increase soft_time_limit in that particular task or cancel soft_time_limit so i can run particular task without restriction

Top comments (0)