* Change: #420 絵文字リアクションストリーミングWorkerのキューの種類を`push`に変更 * `perishable`キュー新規作成に変更 * 優先順位を`ingress`と一緒に
This commit is contained in:
parent
8a29aef842
commit
91cb329e18
4 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,8 @@ class DeliveryEmojiReactionWorker
|
|||
include Lockable
|
||||
include AccountScope
|
||||
|
||||
sidekiq_options queue: 'perishable'
|
||||
|
||||
def perform(payload_json, status_id, reacted_account_id)
|
||||
return unless Setting.enable_emoji_reaction
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue