Skip to content

Commit

Permalink
fix: retrying 13 INTERNAL RPC errors (#742)
Browse files Browse the repository at this point in the history
Retrying INTERNAL errors for Idempotent calls should help address firebase/firebase-functions#536
  • Loading branch information
schmidt-sebastian committed Aug 30, 2019
1 parent 32cffcc commit 431edcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/src/v1/firestore_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"INTERNAL",
"UNAVAILABLE"
],
"non_idempotent": []
Expand Down

0 comments on commit 431edcb

Please sign in to comment.