turbinia
turbinia copied to clipboard
Kill tasks
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.
- Implement close_task() for the celery task manager
- Add a cli option to the Turbinia API client tool to handle closing tasks.
- Create an API endpoint to close tasks via API