-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 5474: Add code to block on AP execution if a task is in pro…
…gress. ## Description This adds a blocking loop to AP status check to ensure all APs are completed with any non-blocking tasks before allowing dispatch of new tasks. - Breaking change? No. ## How This Was Tested Tested by dispatching a long-running non-blocking task, and then attempting to dispatch a second task. Prior to this change, second task would proceed with dispatch, interfering with the first task. With this change, the second task waits in CheckAndUpdateApsStatus() until the first task completes. ## Integration Instructions N/A
- Loading branch information
1 parent
818ca9e
commit 7d231a6
Showing
2 changed files
with
19 additions
and
8 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
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