Assigned
Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #2
I don't think this is related to Gradle itself. This is how Android handles resources.
Adam, do you have an idea of what's going on here?
Adam, do you have an idea of what's going on here?
in...@happygomobile.com <in...@happygomobile.com> #3
It seems the way Android handles the resources of type <item type=string> is flawed.
If gradle resValue generated the String resources using <string> tag instead of <item type=string> this would not be happening.
BTW, i don't see much advantage on using generic <item> tag in this case.
If gradle resValue generated the String resources using <string> tag instead of <item type=string> this would not be happening.
BTW, i don't see much advantage on using generic <item> tag in this case.
Description
The setting for the application is to timeout after 5 minutes. Queues were working fine, some running for 2 minutes. No settings were changed, no version re-deployed.
After 1 minute requests are getting the Deadline Exceeded error.
Python3. App Engine Standard Environment. Gunicorn endpoint and Flask.