This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
It is hard to distinguish events from a utility.batch call #5639
Labels
J0-enhancement
An additional feature request.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
I made a
utility.batch
call with 8 calls, and they emit 9 events. It is not easy to identify which call emit which event.A possible solution is have
utility.batch
emit a completed event after each dispatch.But for calls dispatched in other ways, such as from scheduler, it is still not easy to distinguish the source of the event.
Maybe we can emit event in pre_dispatch and post_dispatch? but that sounds like some large overhead? But if the cost of an event is very low, maybe the overhead is acceptable?
Otherwise this can be part of #2082
The text was updated successfully, but these errors were encountered: