Skip to content

History / Error Handling

Revisions

  • Updated Error Handling (markdown)

    @mperham mperham committed Apr 16, 2024
  • Updated Error Handling (markdown)

    @mperham mperham committed Sep 11, 2023
  • Fix spelling of BugSnag

    @JuanitoFatas JuanitoFatas committed May 26, 2023
  • Updated Error Handling (markdown)

    @mperham mperham committed Apr 19, 2023
  • more detail about sidekiq_retry_in

    @mperham mperham committed Mar 29, 2023
  • Migrate links to sidekiq/sidekiq

    @mperham mperham committed Feb 13, 2023
  • Fix Exception names in `sidekiq_retry_in`

    @rubendinho rubendinho committed Sep 7, 2022
  • Document new return options for sidekiq_retry_in from #5406

    @rubendinho rubendinho committed Sep 7, 2022
  • Update note about max duration (sorry for the miscalculation!)

    @ivy ivy committed Jun 29, 2022
  • Fix header and add a note about where to find latest retry formula

    @ivy ivy committed Jun 29, 2022
  • Update retry durations based on current formula (https://github.com/mperham/sidekiq/blob/8e3dd2e6e898869b5026a76d2e01634737f41744/lib/sidekiq/job_retry.rb#L219-L226)

    @ivy ivy committed Jun 29, 2022
  • Fix spelling of Bugsnag

    @JuanitoFatas JuanitoFatas committed Mar 18, 2022
  • Standardise on including Sidekiq::Job

    @henare henare committed Mar 16, 2022
  • Updated Error Handling (markdown)

    @mperham mperham committed Aug 6, 2021
  • Updated Error Handling (markdown)

    @mperham mperham committed Jul 13, 2021
  • Avoid Proc.new, to be compatible with current Ruby

    @olleolleolle olleolleolle committed Apr 12, 2021
  • Should this be a symbolized key based on https://github.com/mperham/sidekiq/blob/455e9d56f46f0299eaf3b761596207e15f906a39/lib/sidekiq/job_retry.rb#L68

    @scotteknight scotteknight committed Jul 19, 2019
  • Add `exception` argument to the `sidekiq_retry_in` block.

    @tjwallace tjwallace committed Feb 7, 2019
  • I think this ruby style is preferred since ruby 1.9 https://github.com/rubocop-hq/ruby-style-guide#hash-literals

    @AKovtunov AKovtunov committed Nov 30, 2018
  • Updated Error Handling (markdown)

    @mperham mperham committed Sep 25, 2018
  • Updated Error Handling (markdown)

    @mperham mperham committed Sep 25, 2018
  • Updated Error Handling (markdown)

    @mperham mperham committed Aug 13, 2018
  • Updated Error Handling (markdown)

    @mperham mperham committed Aug 13, 2018
  • Updated Error Handling (markdown)

    @mperham mperham committed Aug 13, 2018
  • Updated Error Handling (markdown)

    @mperham mperham committed Aug 13, 2018
  • Updated Error Handling (markdown)

    @mperham mperham committed Apr 23, 2018
  • Updated Error Handling (markdown)

    @mperham mperham committed Apr 21, 2018
  • Explain how to configure global max_retries

    @swrobel swrobel committed Apr 4, 2018
  • Fixed link to Sidekiq Pro

    @jfanals jfanals committed Nov 22, 2017
  • Add a table containing precalculated approximate retry waiting times

    Alexey Chernenkov committed Oct 3, 2017