This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't Get Logs When Container Doesn't Exist Yet (#33)
This fix is not urgent because by default all logs are disabled currently. It appears one of two things is happening: 1. GetTaskStatus is being called prior to BuildResources 2. Containers cannot be immediately referenced following BuildResources This is causing a panic due to an expected container not being found. TESTS WERE BYPASSED REVIEWS WERE BYPASSED
- Loading branch information
1 parent
4471efd
commit f3f0ec7
Showing
1 changed file
with
27 additions
and
25 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