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
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
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,