You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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-failureWe 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.
The text was updated successfully, but these errors were encountered: