-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move from per-task to per-engine heart beat messages
The driver was sometimes struggling to keep up with messages for runs with 1000s of concurrent tasks. We now send one heart beat message per engine per beat. The message has a list of task heart beats in it. NoPulse has been increased to account for an extra time out delay incurred by the engine while gathering the task heart beats. Polling for task completion is also done at a lower rate. Also some minor typo fixes and variable renaming.
- Loading branch information
1 parent
57d1130
commit 911beb1
Showing
1 changed file
with
51 additions
and
34 deletions.
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