-
Notifications
You must be signed in to change notification settings - Fork 836
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
feat: error handling feature #223
Conversation
@richardgreg lgtm, please resolve conflicts and should be good to merge! |
Done 🙂 |
Is it safe to assume this PR is no longer relevant? 😁 |
Sorry, been busy with other stuff; could you fix the conflicts and test the error handling locally perhaps? Just ensure that it functions as intended with docker :) |
Give me a sec, I'll submit a fix before the end of the day 😄 |
Also added logic for retries before it completely fails
@richardgreg Could you test this and provide proof it works? Just a case where maybe a flag is misconfigured, show it retries and then exits after. Thanks! |
closing as stale, please feel free to reopen with changes/tests. |
Add error-handling and retry logic to scripts
Closes #219