-
Notifications
You must be signed in to change notification settings - Fork 1
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
AppEngine lost connection to FireBase after ~16h #1
Comments
I'll look into it. The most obvious source of problem is that you did not set up manual scaling. That is done in this file: https://github.com/misterwilliam/gae-firebase-event-proxy/blob/master/gae-firebase-event-proxy/src/main/webapp/WEB-INF/appengine-web.xml The app engine documentation on manual scaling is here: The need for manual scaling is explained here: |
I've been able to replicate the behavior, I'll look into how to fix it. |
Yes, I've set up manual scaling. With firebase-server-sdk:3.0.1 seems to be solved. |
Server connection to firebase lost even with 3.0.1 onCancelled in ChildEventListener is not fired when connection lost |
I am seeing the same thing as well, and I am still looking into a fix. |
Hello,
Have deployed AppEngine Java part and after ~16h it stops receiving updates from FireBase.
If I restart AppEngine instance it start working.
I use gradle and firebase-server-sdk:3.0.0 (have just updated to 3.0.1 may be it will work).
Could you help? Do you need any other information?
The text was updated successfully, but these errors were encountered: