Replies: 2 comments 1 reply
-
Hey, Idea: Open an activity batch before you start the queue batch or even easier - generate a new UUID I think that a method like @awebartisan had the need as well to have a general queue batch payload shared across all jobs. I'm not sure if he has found any solution? 🤔 |
Beta Was this translation helpful? Give feedback.
-
I use a Bus::batch to go through some queue jobs. I want to log all the events during the different jobs in my bus into the same LogBatch. Now, the LogBatch is not opened within a task. It would be nice if I can use the LogBatch to log all actions during the Bus::batch-process. Or is that already possible?
Beta Was this translation helpful? Give feedback.
All reactions