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
On rare occasions, a function might exit prematurely due to an internal error, and by default the function might or might not be automatically retried.
More typically, a background function may fail to successfully complete due to errors thrown in the function code itself.
By default
I suggest we add retry to the deployment:
cidc-cloud-functions/.travis.yml
Lines 51 to 55 in da73261
Here are best practices on retries:
https://cloud.google.com/functions/docs/bestpractices/retries#functions-tips-infinite-retries-python
The text was updated successfully, but these errors were encountered: