mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
All, not any
This commit is contained in:
parent
809c6ce810
commit
2f71d53877
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ a.jobs do
|
|||
end
|
||||
```
|
||||
|
||||
Parent batch callbacks are not processed until any child batch callbacks have
|
||||
Parent batch callbacks are not processed until all child batch callbacks have
|
||||
run successfully. In the example above, `MyCallback` will always fire
|
||||
before `SomeCallback` because `b` is considered a child of `a`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue