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

Allow resuming errored task runs #854

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

sj26
Copy link
Contributor

@sj26 sj26 commented Jul 17, 2023

Allows clicking "Resume" on an errored run to resume the run from the errored point, preserving progress. This is useful for transient errors, like those from infrastructure, which have not yet been anticipated.

I'm not sure this is quite right, but I wanted to throw up some code to discuss 🙏

Fixes #851.

Copy link
Contributor

@adrianna-chang-shopify adrianna-chang-shopify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a nice quality of life improvement to the gem! Would you mind rebasing so we re-run CI, @sj26 ?

Allows clicking "Resume" on an errored run to resume the run from the
errored point, preserving progress. This is useful for transient errors,
like those from infrastructure, which have not yet been anticipated.
@sj26 sj26 force-pushed the resume-errored-run branch from 4d1b31b to d4544ec Compare December 20, 2023 02:56
@sj26
Copy link
Contributor Author

sj26 commented Dec 20, 2023

Done! Thanks @adrianna-chang-shopify 🙏

@adrianna-chang-shopify adrianna-chang-shopify merged commit 9f276b6 into Shopify:main Jan 2, 2024
17 checks passed
@sj26 sj26 deleted the resume-errored-run branch January 8, 2024 00:26
@sj26
Copy link
Contributor Author

sj26 commented Jan 8, 2024

Thanks @adrianna-chang-shopify!

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.

Retry button
2 participants