-
Notifications
You must be signed in to change notification settings - Fork 0
Explorer service crashing #4586
Comments
Seems related to: benoitc/hackney#464. Can you post any more information re reproduction steps? What environment is this in? What version of Explorer? |
I got this when deploying the pull-request you sent me where you changed to using the version explorer API. At the time of writing Explorer was redeployed 3 hours ago, which should give us this version. |
I got the error above on |
I am not sure if that will allow any reproduction, but if nothing else you have the signature of the unexpected error message that was sent to the gen server, so you could ensure you properly handle info messages and log unexpected ones... |
So you think the solution is to add a catch all |
At least handle this particular error. We have seen it before. It's no reason to crash the server. |
Also, since some operation failed, we try polling again, just to be sure we aren't missing work behind. Closes #4586
This is running a version relatively close to
master
: https://github.com/Aircloak/aircloak/tree/jakub/feat/explorer-versioningThe text was updated successfully, but these errors were encountered: