How does Sidekiq's rescheduling system compare to its retry system

前端 未结 0 1197
一生所求
一生所求 2020-12-22 04:50

Sidekiq comes with automatic job retry, where a failed job enters the retry set. This retry system has exponential backoff using the formula (retry_count ** 4) + 15 +

相关标签:
回答
  • 消灭零回复
提交回复
热议问题