Add the tasks cancel route to cancel tasks

This commit is contained in:
Kerollmops
2022-10-18 14:48:40 +02:00
committed by Clément Renault
parent 290945e258
commit 751e9bac3b
6 changed files with 73 additions and 8 deletions

View File

@ -104,6 +104,7 @@ fn snapshot_task(task: &Task) -> String {
started_at: _,
finished_at: _,
error,
canceled_by: _,
details,
status,
kind,