You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Synse, yeah I had no idea that :sys.get_state could timeout, but under load it definitely does which causes issues. I'm going to be cleaning some stuff up so I'll try to get to this as well!
The
/stats
endpoint is currently returning an HTTP 500 error. The following error is logged to the console when this happens:After looking at the code for a bit I believe there are two issues here.
:sys.get_state
can timeoutstate
is:ok
for any workers that failed to start completelyThe text was updated successfully, but these errors were encountered: