tractor icon indicating copy to clipboard operation
tractor copied to clipboard

Ctx result consumption

Open goodboy opened this issue 3 years ago • 3 comments

Better handling of contex teardowns where IPC msgs might still be in transit that need to be discarded as well a more explicit tolerance for IPC transport failures when determining whether to send cancel request messages.

goodboy avatar Jul 27 '22 15:07 goodboy

well this needs a rebase 😂

goodboy avatar Oct 06 '22 19:10 goodboy

This is oddly causing a clustering test hang, seemingly todo with gather_contexts() usage?

goodboy avatar Dec 12 '22 15:12 goodboy

This is oddly causing a clustering test hang, seemingly todo with gather_contexts() usage?

Ahh i wonder if this was solved by https://github.com/goodboy/tractor/pull/346#discussion_r1089498929?

Not even sure if this patchset ends up being necessary given all the work in #346, probably worth a test tho.

goodboy avatar Jan 28 '23 22:01 goodboy