-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from SimonRichardson/worker-names
#32 The following exposes the worker names for a given runner. This is useful to iterate over the workers. This doesn't check to see if the workers are not dead/found, it just reports the actual workers available to it. This rationale for this, is to prevent the divergent sources of truth. The runner knows exactly which runners it is tracking and removes them after death. Attempting to track when each runner is dead from the outside isn't that easy, if some can crash internally or be removed from the runner directly. Instead of playing a guessing game, just look it up. ---- Note: this will need to be merged forward to v4 once landed.
- Loading branch information
Showing
2 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters