We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
batch tagging
Updated Batches (markdown)
Fix config for BatchStatus according to source code comment in sidekiq-pro-5.0.0
Revert eef2bc7d28a873588e349d9b936db189cce7068f...7a4de4f01f603b2a5b2200b275cf5299f20976ed on Batches
Use a string, not a symbol
Clarify handing of empty batches in Sidekiq >= 7.1.1
Migrate links to sidekiq/sidekiq
Worker -> Job
Remove section on pubsub, doesn't seem to be used
Since testing batches requires redis, we can't use the inline testing mode to run jobs (this caused some confusion here: https://github.com/mperham/sidekiq/issues/4207#issuecomment-658792974)
"5.2.1: Propagate death callbacks to parent batches [#4774]" https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md#521
Standardise on including Sidekiq::Job
Added the same notice used in https://github.com/mperham/sidekiq/wiki/Bulk-Queueing/e25ff3b5608a63cb462567a5b21dbb0f36cc2f22
guessing that `b` should have meant `batch`
Fix "undefined local variable" error for "b". "batch" is a method that is available to jobs in Sidekiq Pro.