Skip to content

History / Middleware

Revisions

  • Updated Middleware (markdown)

    @mperham mperham committed Apr 21, 2024
  • Note that `perform_inline` runs all middleware.

    @Murphydbuffalo Murphydbuffalo committed Aug 14, 2023
  • Update variable names and add modules. See https://github.com/sidekiq/sidekiq/issues/5889

    @davetron5000 davetron5000 committed Apr 22, 2023
  • Migrate links to sidekiq/sidekiq

    @mperham mperham committed Feb 13, 2023
  • Updated Middleware (markdown)

    @mperham mperham committed Dec 6, 2022
  • Updated Middleware (markdown)

    @mperham mperham committed Dec 6, 2022
  • Updated Middleware (markdown)

    @mperham mperham committed Dec 6, 2022
  • Change `msg` to `job` in one middleware class example

    @mobilutz mobilutz committed Mar 30, 2022
  • Fix typo

    @adampal adampal committed Aug 5, 2021
  • Updated Middleware (markdown)

    @mperham mperham committed Jul 9, 2021
  • Updated Middleware (markdown)

    @kevjin kevjin committed Feb 25, 2020
  • Clarity

    @kevjin kevjin committed Feb 25, 2020
  • Updated Middleware (markdown)

    @mperham mperham committed Jan 13, 2020
  • Three more spots for Middleware::Sidekiq vs. Sidekiq::Middleware

    @ajw725 ajw725 committed Oct 18, 2019
  • ...and a typo

    @ajw725 ajw725 committed Oct 18, 2019
  • Fix another Middleware::Sidekiq vs. Sidekiq::Middleware when adding to chain

    @ajw725 ajw725 committed Oct 18, 2019
  • typo: `Middleware::Sidekiq` vs `Sidekiq::Middleware`

    @huguesbr huguesbr committed Sep 4, 2019
  • Updated Middleware (markdown)

    @mperham mperham committed Sep 2, 2019
  • Updated Middleware (markdown)

    @mperham mperham committed Sep 2, 2019
  • Updated Middleware (markdown)

    @natesalisbury natesalisbury committed Feb 26, 2019
  • fixup

    @eprothro eprothro committed Aug 29, 2018
  • A little organization and clarity that would have saved me time after having used these docs to implement some custom middleware

    @eprothro eprothro committed Aug 29, 2018
  • add note on stopping middleware chain execution and ordering

    @camallen camallen committed May 17, 2018
  • Tried my best to explain the scenario we ran into on https://github.com/mperham/sidekiq/issues/3778 in case someone else runs into the same issues

    @sd sd committed Feb 26, 2018
  • Updated Middleware (markdown)

    @mperham mperham committed Apr 28, 2017
  • Updated Middleware (markdown)

    @mperham mperham committed Jan 19, 2016
  • Updated Middleware (markdown)

    @mperham mperham committed Jul 24, 2015
  • Updated Middleware (markdown)

    @jjb jjb committed Jul 5, 2015
  • link to the source files for the mentioned example middleware

    @jjb jjb committed Jul 5, 2015
  • Swap order of middleware to coincide with the order of the examples in the rest of the article. Add bold text to emphasize client/server.

    @jjb jjb committed Jul 5, 2015