mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
tick: check tasks to cancel before checking for upgrade tasks
This commit is contained in:
parent
eb0b5239cb
commit
63b5e21ae1
2 changed files with 17 additions and 2 deletions
|
@ -74,6 +74,7 @@ make_enum_progress! {
|
|||
make_enum_progress! {
|
||||
pub enum TaskCancelationProgress {
|
||||
RetrievingTasks,
|
||||
CancelingUpgrade,
|
||||
UpdatingTasks,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue