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

handle geolocation database download failure better #1119

Closed
diosmosis opened this issue May 14, 2024 · 0 comments · Fixed by #1122
Closed

handle geolocation database download failure better #1119

diosmosis opened this issue May 14, 2024 · 0 comments · Fixed by #1122

Comments

@diosmosis
Copy link
Member

Currently if the geolocation DB download scheduled task fails, the following occurs:

  • a fatal error is thrown, resulting in an email being sent and possibly all scheduled tasks being aborted
  • the download is not rescheduled to a future date, so the next archiving run just tries again, which can fail, resulting in another email being sent

Instead, if the download fails, we should avoid a fatal, and make sure we only try again the next day.

Refs #1110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant