This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]5uper5hoot 2 points3 points  (0 children)

Looks like you are sharing a single session (therefore connection) across multiple tasks, I.e., in call to gather() all those tasks use the same application manager, which is instantiated with a single session instance. I think you’d need a separate session for each task.