Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: avoid relaunching running tasks #812

Merged
merged 1 commit into from
Feb 20, 2023
Merged

fix: avoid relaunching running tasks #812

merged 1 commit into from
Feb 20, 2023

Conversation

joshbolduc
Copy link
Owner

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.

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.
@joshbolduc joshbolduc merged commit 9d669f4 into main Feb 20, 2023
@joshbolduc joshbolduc deleted the task-relaunch branch February 20, 2023 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant