Add support for failure policies
See original GitHub issueCurrently 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: https://github.com/firebase/firebase-functions/issues/425
Pull request: https://github.com/firebase/firebase-functions/pull/482
I am creating this issue in here as a way to track progress on the missing feature for firebase-tools
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
We need to talk about policy failure – and how to avoid it
UK policymakers are not currently learning from failed policies, argues Bob Hudson. He explains some of the reasons why failure is so common ......
Read more >Re-Thinking the Lessons of Policy Success and Failure
Policy failures are often assumed to be unintentional and anomalous events about which well-intentioned governments can learn why they ...
Read more >Successful Failure in Public Policy Work
It matters if public policies succeed in solving societal problems, but a dominant narrative holds that policies fail 'often'. A large-sample study discussed ......
Read more >Why public policies fail: Policymaking under complexity
The failure of public policies is ubiquitous. This paper ascribes this failure to the complex system nature of public policies.
Read more >We need to talk about policy failure — and how to avoid it
It has always been the case that the likelihood of policy failure is at least as high as policy success. Policy support, trackingand...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Syntax support for this feature is included in
firebase-functions
version3.10.0
and the next version offirebase-tools
will contain the necessary deployment pieces.I am working on this now, running into some strange issues with the Cloud Functions REST API but hoping to get them resolved soon