-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Currently its not supported to set retry policies in a firebase function. To enable retries, you have to go to the Google cloud console and enable retries.
This manual step makes the deployment non-idempotent.
There is an open issue + pull request for firebase-functions
repository which add support for this feature on that side.
Issue: firebase/firebase-functions#425
Pull request: firebase/firebase-functions#482
I am creating this issue in here as a way to track progress on the missing feature for firebase-tools
.