Aggregate failed executions in chain? #618
Unanswered
toni-schmitt
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello, really enjoying your job system!
Is it possible to aggregate failed executions and create a single job from it?
Lets assume I have to update a number of users because some other action required it.
Now with the current implementation of chaining I would have to send an individual email for each failed job to an admin.
Is it possible to aggregate them and send when all jobs from that batch are finished?
Currently I am doing this:
It would be really cool to do something like:
Now of course I could replicate this without chaining in a single job method, but then I'd loose the whole retry ability for each update and would have to implement that myself, which would kind of defeat the purpose of this library.
This would be a really powerful and neat feature.
I'd also be willing to contribute some time in implementing or planning something like this, if you'd see this as a viable functionality for your library.
Thanks for taking the time to read this and of course for taking the time to build the library in the first place :D
Beta Was this translation helpful? Give feedback.
All reactions