Firebase-Hosted Cloud Function retrying on any request that takes 60s, even when timeout is >60s
问题 I have a vanilla cloud function that takes 60 seconds and then returns status 200 with a simple JSON object. The timeout for the function is set to 150s. When testing locally, and when running the function via it's cloudfunctions.net address, the function completes at 60s and the 200 response and body are correctly delivered to the client. So far so good. Here's the kicker -- If I run the exact same function proxied through firebase hosting (setup via a "target" inside firebase.json),