Skip to content

Commit 61f4458

Browse files
Add new tasks to high priority list (#3392)
--------- Co-authored-by: Clément Renault <[email protected]>
1 parent ae26098 commit 61f4458

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

learn/async/asynchronous_operations.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,15 @@ When the task queue reaches its limit (about 10GiB), it will throw a `no_space_l
115115

116116
Meilisearch considers certain tasks high-priority and always places them at the front of the queue.
117117

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

120120
1. `taskCancelation`
121-
2. `taskDeletion`
122-
3. `snapshotCreation`
123-
4. `dumpCreation`
121+
2. `upgradeDatabase`
122+
3. `taskDeletion`
123+
4. `indexCompaction`
124+
5. `export`
125+
6. `snapshotCreation`
126+
7. `dumpCreation`
124127

125128
All other tasks are processed in the order they were enqueued.
126129

0 commit comments

Comments
 (0)