turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Kill tasks

Open hacktobeer opened this issue 4 years ago • 1 comments

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.

hacktobeer avatar Nov 11 '21 07:11 hacktobeer

  1. Implement close_task() for the celery task manager
  2. Add a cli option to the Turbinia API client tool to handle closing tasks.
  3. Create an API endpoint to close tasks via API

jleaniz avatar Dec 07 '22 19:12 jleaniz