Raise Mastodon::RaceConditionError if Redis lock failed (#7511)
An explicit error allows user agents to know the error and Sidekiq to retry.
This commit is contained in:
committed by
Eugen Rochko
parent
65d6b253fb
commit
55fd55714a
@ -23,6 +23,8 @@ class ActivityPub::ProcessAccountService < BaseService
|
||||
create_account if @account.nil?
|
||||
update_account
|
||||
process_tags
|
||||
else
|
||||
raise Mastodon::RaceConditionError
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user