Kill tasks
Open
celery
enhancement
- Dominant language
- Python
- Stars
- 794
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
We want to be able to kill tasks directly in case of failure/stalls on workers. We currently can close a task but this will not kill it on the workers possibly resulting on hanging tasks and workers. This is partly mitigated with the timeouts implemented but a task kill feature would be nice.
Contributor guide
Assessment
This issue has not been assessed yet.