-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This error occured due to `cwlmain` within calrissian/main.py returning before all the threads were finished. So the delete_pods cleanup method was called then one of the threads processed a message about a cleaned up pod. Not sure of the underlying reason why cwlmain returned early. Perhaps there is another error that this bug is masking.
- Loading branch information
1 parent
ab0246f
commit a249143
Showing
2 changed files
with
12 additions
and
3 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