Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions/tips/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def avoid_infinite_retries(data, context):

# Do what the function is supposed to do
print('Processed {} (age {}ms)'.format(context.event_id, event_age_ms))
return
return # To retry the execution, raise an exception here
# [END functions_tips_infinite_retries]


Expand Down