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

Gracefully handle failure to open urls #5

Open
jdswinbank opened this issue Jul 15, 2020 · 1 comment
Open

Gracefully handle failure to open urls #5

jdswinbank opened this issue Jul 15, 2020 · 1 comment

Comments

@jdswinbank
Copy link
Owner

The code has a couple of raw calls to urlopen, which might fail (because the resource is offline, for example). When they do, the exception causes us to come crashing out, and I get e-mail.

Should implement some sort of backoff and retry, only sending mail if the error is persistent.

@jdswinbank
Copy link
Owner Author

Note the calls to set up Eups and ReposYaml need protecting; the calls to Jira should be safe.

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

No branches or pull requests

1 participant