Replies: 1 comment
-
You can use Chained in Batches if you have this requirement: https://laravel.com/docs/10.x/queues#chains-within-batches |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Something I noticed while working with Jobs. When using
Bus::batch()
you can setup callbacks the thethen()
,finally()
andcatch()
methods, however it's not the case withBus::chain()
. From what I could gather, onlycatch()
is available.Is this intentional or merely an oversight?
I was comparing the
Illuminate\Bus\PendingBatch
andIlluminate\Foundation\Bus\PendingChain
classes, assuming these are the correct classes.Beta Was this translation helpful? Give feedback.
All reactions