forked from determined-ai/determined
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Tighten up status check on delayed launch [DET-9474] (determined…
…-ai#854) 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
64aafed
commit dd77ca9
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