Merge pull request #284 from flashbots/fix-export-backfill
Fix worker actor priority
This commit is contained in:
commit
be280ab113
@ -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