Tagged Questions
2
votes
1answer
190 views
celery trying shutdown worker by raising SystemExit in task_postrun signal but always hangs and the main process never exits
I'm trying to shutdown the main celery process by raisin SystemExit() in the task_postrun signal. The signal gets fired just fine, and the exception gets raised, but the worker never completely exits ...