-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revise __deepcopy__ to banish ghost jobs I was seeing messages with my new logging like: [2023-08-15T17:40:32-0400] [MainThread] [D] [toil.fileStores.cachingFileStore] Starting commit of 'down' kind-down/instance-6thju8v8 v14 forked from 'down' kind-down/instance-6thju8v8 v26 That's a pretty clear indicator that the deep copy of the job description is not producing a proper copy of the version I just handed it, so I'm reimplementing the deep copy differently on the theory that the basic approach is doomed. * Quiet debugging
- Loading branch information
Showing
4 changed files
with
32 additions
and
26 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
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