Thank you. For us, there is pretty clear starting point, which was around Aug 30 12:00 pm CEST, and we've been experiencing a relatively low but steady rate of errors ever since.
If it was rolled out last week, wouldn't it be weird to suddenly start just yesterday? We didn't do any deploys.
For us, it's definitely not just the "logging" feature that got enabled. We've been getting errors on the client from our failed HTTP functions matching these aborted request errors. I don't think this is an elevated error rate specifically on our HTTP functions, because the same error happens on all functions, but the only place where we actually notice the effect is HTTP functions because there is no automatic retry. It seems a similar thing is happening for Supriya, because of the HTTP functions suddenly failing.
Just to clarify:
Our old situation (before Aug 30 around 12:00pm CEST):
- no logged errors for firestore/pubsub functions
- no logged errors for HTTP functions
- no client errors from failed HTTP requests
Our new situation (after Aug 30 around 12:00pm CEST):
- logged errors for firestore/pubsub functions
- logged errors for HTTP functions
- client errors from failed HTTP requests
(on 2 separate projects, both not that many users)
I'm worried the recently added feature to log these kind of errors is now obscuring an issue that is actually causing us to have these errors. Did perhaps the allowed startup time for cold starts decrease?
Cheers,
Robbert