Worker low priority
This commit is contained in:
parent
180a987a61
commit
1fbecbec58
@ -32,7 +32,7 @@ dramatiq.actor(
|
|||||||
inspect_many_blocks_task, queue_name=LOW_PRIORITY_QUEUE, priority=LOW_PRIORITY
|
inspect_many_blocks_task, queue_name=LOW_PRIORITY_QUEUE, priority=LOW_PRIORITY
|
||||||
)
|
)
|
||||||
dramatiq.actor(
|
dramatiq.actor(
|
||||||
backfill_export_task, queue_name=LOW_PRIORITY_QUEUE, priority=HIGH_PRIORITY_QUEUE
|
backfill_export_task, queue_name=LOW_PRIORITY_QUEUE, priority=LOW_PRIORITY_QUEUE
|
||||||
)
|
)
|
||||||
dramatiq.actor(
|
dramatiq.actor(
|
||||||
realtime_export_task, queue_name=HIGH_PRIORITY_QUEUE, priority=HIGH_PRIORITY
|
realtime_export_task, queue_name=HIGH_PRIORITY_QUEUE, priority=HIGH_PRIORITY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user