mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Add the tasks cancel route to cancel tasks
This commit is contained in:
parent
290945e258
commit
751e9bac3b
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