- Rearrange and reprioritize current sidekiq queues - Trim the unnecessary queues ref: https://linear.app/chatwoot/issue/CW-1480/chore-run-all-sidekiq-jobs-async
4 lines
62 B
Ruby
4 lines
62 B
Ruby
class AgentBots::WebhookJob < WebhookJob
|
|
queue_as :high
|
|
end
|