Fix priority
This commit is contained in:
parent
38cd60cf88
commit
77957e07cf
@ -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=LOW_PRIORITY_QUEUE
|
backfill_export_task, queue_name=LOW_PRIORITY_QUEUE, priority=LOW_PRIORITY
|
||||||
)
|
)
|
||||||
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