-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
If the synchronous launch takes too long, we may run into a job monitoring poll which will detect the dispatchID as 404/NOT_FOUND and stop monitoring. This would cause status updates to stop and the job to show only QUEUED even though it is executing. Add a launchInProgress flag to the job monitor to cause 404/NOT_FOUND to be ignored until the launch has succeeded to avoid this case.
- Loading branch information
1 parent
2498d05
commit 42ab8f3
Showing
3 changed files
with
45 additions
and
9 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
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