Describes the retry policy in case of function's execution
failure. Retried execution is charged as any other execution.
Values:
RETRY_POLICY_UNSPECIFIED (0):
Not specified.
RETRY_POLICY_DO_NOT_RETRY (1):
Do not retry.
RETRY_POLICY_RETRY (2):
Retry on any failure, retry up to 7 days with
an exponential backoff (capped at 10 seconds).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[],[]]