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
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
I'm using the Endpoints framework with App Engine Standard Java 8. I have configured API control using the GoogleAppEngineControlFilter for the EndpointsServlet. This works fine; fine-grained metrics are pushed to the service control API and I can access these using the UI.
However, my App Engine log contains many of the following warnings:
com.google.api.control.aggregator.CheckRequestAggregator handleCachedResponse: latest check request has not completed (CheckRequestAggregator.java:257)
There are about 10 of these per hour, a bunch of few (3-5) occurs every 15 - 20 minutes. I'm running my app on a single App Engine instance with a constant load of 5 requests per second.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm using the Endpoints framework with App Engine Standard Java 8. I have configured API control using the
GoogleAppEngineControlFilter
for theEndpointsServlet
. This works fine; fine-grained metrics are pushed to the service control API and I can access these using the UI.However, my App Engine log contains many of the following warnings:
There are about 10 of these per hour, a bunch of few (3-5) occurs every 15 - 20 minutes. I'm running my app on a single App Engine instance with a constant load of 5 requests per second.
The text was updated successfully, but these errors were encountered: