Change: インスタンス情報取得Workerのキューをpull
に変更 (#552)
This commit is contained in:
parent
dae8985e41
commit
a51da9243e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class ActivityPub::FetchInstanceInfoWorker
|
|||
include Redisable
|
||||
include Lockable
|
||||
|
||||
sidekiq_options queue: 'push', retry: 2
|
||||
sidekiq_options queue: 'pull', retry: 2
|
||||
|
||||
SUPPORTED_NOTEINFO_RELS = ['http://nodeinfo.diaspora.software/ns/schema/2.0', 'http://nodeinfo.diaspora.software/ns/schema/2.1'].freeze
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue