Change: インスタンス情報取得Workerのキューをpullに変更 (#552)

This commit is contained in:
KMY(雪あすか) 2024-02-15 12:42:04 +09:00 committed by GitHub
parent dae8985e41
commit a51da9243e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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