Skip to content

Commit b37893e

Browse files
Update learn/async/asynchronous_operations.mdx
Co-authored-by: Clément Renault <[email protected]>
1 parent 4a9b93a commit b37893e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

learn/async/asynchronous_operations.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,13 @@ Meilisearch considers certain tasks high-priority and always places them at the
117117

118118
The following types of tasks are always processed as soon as possible in this order:
119119

120-
1. `indexCompaction`
120+
1. `taskCancelation`
121121
2. `upgradeDatabase`
122-
3. `taskCancelation`
123-
4. `taskDeletion`
124-
5. `snapshotCreation`
125-
6. `dumpCreation`
122+
3. `taskDeletion`
123+
4. `indexCompaction`
124+
5. `export`
125+
6. `snapshotCreation`
126+
7. `dumpCreation`
126127

127128
All other tasks are processed in the order they were enqueued.
128129

0 commit comments

Comments
 (0)