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
I started using Google Cloud Functions to subscribe to a pub/sub topic. The problem is, that by default Pub/Sub messages are acknowledged on receive and not when the function executed successfully.
If I would use the gcloud CLI for the deployment of the function, I would add the --retry flag.
Is it somehow possible to do that now?
As it is not possible to include this in the serverless.yml yet, I would suggest something like this:
I started using Google Cloud Functions to subscribe to a pub/sub topic. The problem is, that by default Pub/Sub messages are acknowledged on receive and not when the function executed successfully.
If I would use the gcloud CLI for the deployment of the function, I would add the --retry flag.
Is it somehow possible to do that now?
As it is not possible to include this in the serverless.yml yet, I would suggest something like this:
with a default to false
or if we want to be able to also add future flags:
Best,
Kalle
The text was updated successfully, but these errors were encountered: