Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/jobs/rate_limited.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# `perform`, a deferral never reaches the error reporter — only a give-up does.
#
# Reschedules wait retry_after (plus jitter), up to MAX_ATTEMPTS, then report
# once and stop. The recurring schedulers re-kick later, so giving up isn't final.
# once and stop.
module RateLimited
MAX_ATTEMPTS = 10
JITTER_SECONDS = 5
Expand Down