-
Notifications
You must be signed in to change notification settings - Fork 18
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
Completely crash if Maxmind returns 503 #28
Comments
After upgrading to 1.0, the problem still persists, but with a different error
|
I will update the adapter to properly log an error for any non 200 status code so the app can start without problems. You will still need to take care of manually triggering a reload in this (hopefully rare) case as there is no retry of any sort. The different error after the update however is "interesting" 🤔 |
I fixed it by shipping static DBs on every build |
Seems like Geolix will crash the app completely if the backend returns a 503
The text was updated successfully, but these errors were encountered: