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

Only update errored venues on retry #11

Open
joshuayoes opened this issue Mar 21, 2022 · 0 comments
Open

Only update errored venues on retry #11

joshuayoes opened this issue Mar 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joshuayoes
Copy link
Owner

Currently, if anything at all goes wrong with the yarn start script, we retry the whole script. However, typically it's only one or two venue websites that are the issue.

With retry-step action, we can run a different command on re-runs after failure: https://github.com/marketplace/actions/retry-step#run-different-command-after-first-failure

We could set a list of error-ed venues on retry, and then run a new command with a filter to retry only the failed venues.

@joshuayoes joshuayoes self-assigned this Apr 19, 2022
@joshuayoes joshuayoes added the enhancement New feature or request label Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant