0
votes

Hey there Overflowers!

I'm working on a small app that triggers a Cloud Function every time a message is published to a PubSub topic. The code inside the function is working (apparentely) fine, but I'm experimenting some issues with the publishing process.

For some reason, when posting messages a warning log from the Cloud Function returns: "POST 429 [...] The request was aborted because there was no available instance".

I wonder to know what it means and how to deal with it, if anyone could help. I'm not sure how this can be solved from my code.

Thanks everyone!

What is your Cloud Functions parameters? Especially, did you set a max instance value? - guillaume blaquiere