-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid relaunching running tasks
Mutating tasks caused them to appear to be different than existing executions, causing them to be relaunched even when an equivalent task had already been started. Avoid mutating tasks that are not created internally (as opposed to fetched from existing tasks) so that such comparisons work as expected.
- Loading branch information
1 parent
09c9aa4
commit 9d669f4
Showing
2 changed files
with
13 additions
and
10 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