linkedin/parseq

Batching does not work for side effects and shareable tasks

Closed this issue · 2 comments

For failing unit test and more details see:
#98

angxu commented

Ah, my bad;)
One simple fix would be to re-use the same plan id in each sub-PlanContext. What do you think?

That's exactly what I was thinking. Can you implement the bug fix?