mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-22 04:36:25 +00:00
tick: check tasks to cancel before checking for upgrade tasks
This commit is contained in:
@ -74,6 +74,7 @@ make_enum_progress! {
|
||||
make_enum_progress! {
|
||||
pub enum TaskCancelationProgress {
|
||||
RetrievingTasks,
|
||||
CancelingUpgrade,
|
||||
UpdatingTasks,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user