Skip to content

Commit

Permalink
Merge branch 'main' into daemon-thread
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 authored Apr 6, 2024
2 parents 7df160f + 2f8f9e5 commit be521ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/py/flwr/common/retry_invoker.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def try_call_event_handler(
try:
ret = target(*args, **kwargs)
except self.recoverable_exceptions as err:
state.exception = err
# Check if giveup event should be triggered
max_tries_exceeded = try_cnt == self.max_tries
max_time_exceeded = (
Expand Down

0 comments on commit be521ad

Please sign in to comment.