mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add the tasks cancel route to cancel tasks
This commit is contained in:
parent
01ed1fb128
commit
973e2f71eb
6 changed files with 73 additions and 8 deletions
|
@ -104,6 +104,7 @@ fn snapshot_task(task: &Task) -> String {
|
|||
started_at: _,
|
||||
finished_at: _,
|
||||
error,
|
||||
canceled_by: _,
|
||||
details,
|
||||
status,
|
||||
kind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue