mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 14:35:23 +02:00
Adjust queues to prioritize account syncs (#1682)
This commit is contained in:
parent
7d04ea1071
commit
3140835f28
12 changed files with 37 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
class DestroyJob < ApplicationJob
|
||||
queue_as :default
|
||||
queue_as :latency_low
|
||||
|
||||
def perform(model)
|
||||
model.destroy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue