Merge commit 'd258ec8e3b' into kb_migration

This commit is contained in:
KMY 2023-03-13 09:30:37 +09:00
commit 33445ffeb2
6 changed files with 8 additions and 14 deletions

View file

@ -3,8 +3,8 @@
class Mastodon::SidekiqMiddleware
BACKTRACE_LIMIT = 3
def call(*)
yield
def call(*, &block)
Chewy.strategy(:mastodon, &block)
rescue Mastodon::HostValidationError
# Do not retry
rescue => e