We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9b93a commit b37893eCopy full SHA for b37893e
learn/async/asynchronous_operations.mdx
@@ -117,12 +117,13 @@ Meilisearch considers certain tasks high-priority and always places them at the
117
118
The following types of tasks are always processed as soon as possible in this order:
119
120
-1. `indexCompaction`
+1. `taskCancelation`
121
2. `upgradeDatabase`
122
-3. `taskCancelation`
123
-4. `taskDeletion`
124
-5. `snapshotCreation`
125
-6. `dumpCreation`
+3. `taskDeletion`
+4. `indexCompaction`
+5. `export`
+6. `snapshotCreation`
126
+7. `dumpCreation`
127
128
All other tasks are processed in the order they were enqueued.
129
0 commit comments