Skip to content

Commit

Permalink
doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantang-db committed Nov 2, 2024
1 parent 537a5ae commit 827e7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streaming/base/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ def retry( # type: ignore
def clean_up():
# Do clean up stuff here
print("cleaning up")
@retry(RuntimeError, clean_up_fn=clean_up, num_attempts=3, initial_backoff=0.1)
def flaky_function():
Expand Down

0 comments on commit 827e7e5

Please sign in to comment.