Replies: 1 comment 1 reply
-
For (1), I see you already thought of this. each call to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for exposing pipe IDs for workers that connected. I have a couple questions:
status()$events
? If I have 10000 workers and I checkstatus()
frequently, the dispatcher will spend a lot of time sending superfluous pipe IDs to the main process, and I will spend a lot of time finding the relevant pipe ID in a large list.crew
more robust.Beta Was this translation helpful? Give feedback.
All reactions