-
Notifications
You must be signed in to change notification settings - Fork 3
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
Server fails to answer on integration server #72
Comments
After refreshing 3-5 times it eventually works.. -o- |
When failing (reason still unknown), foreverjs tries to restart the server (that basically crashed). I logged via SSH and connect to the screen section, here is the displayed message
I'll dive into the server's code to check where and why there is a "could not store data" and then a "missing data" issue. |
The disk is not full.
|
It seems that the backend's backend, the API called by the backend; is not responding? I will log what the API actually returned. |
So actually, this is due to an API limit reached. This was obviously a bad idea to ping real backend's API during development, integration AND production phase..
|
Shit. |
Yep ... shit, indeed. |
On the deployed integration server, the server either
The client should definitely handle this use-case... but on the other hand this should not happen at the integration stage O:)
The text was updated successfully, but these errors were encountered: