I'm using Google Cloud Endpoints and Google App Engine with Firebase (java). Firebase calls are done in a background thread "/_ah/background", which works fine. However, after a couple of days the background thread stops executing. Calls to GAE still work but calls to Firebase are not executed. A restart of the instance makes everything work again.
I get these in the log which contains log messages from my calls to Firebase, and then suddenly I don't get anymore of these logs and the calls to Firebase stops executing. Any ideas? 17:02:46.795GET0 B56,999.2 sUnknown/_ah/background 17:02:46.795GET0 B34,555.2 sUnknown/_ah/background 17:02:46.795GET0 B17,351 sUnknown/_ah/background 17:02:46.795GET0 B17,350.9 sUnknown/_ah/background 17:02:46.795GET0 B8,925.6 sUnknown/_ah/background 17:02:46.795GET0 B8,923.4 sUnknown/_ah/background 17:02:46.795GET0 B8,866 sUnknown/_ah/background 17:02:46.795GET0 B8,131.1 sUnknown/_ah/background 17:02:46.795GET0 B8,103.3 sUnknown/_ah/background 17:02:46.795GET0 B8,101.8 sUnknown/_ah/background 17:02:46.795GET0 B8,079.2 sUnknown/_ah/background -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/59ee5ad7-faa3-4d34-ba3f-c0d97898d7d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
