Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Dec 9, 2024
1 parent 030cfa5 commit 435e512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palace/manager/celery/tasks/patron_activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def sync_patron_activity(
return
except (RemoteIntegrationException, StaleDataError) as e:
# This may have been a transient network error with the remote integration or some data
# changed while we were processing the sync. Retry the task.
# changed while we were processing the sync. Attempt to retry.
retries = task.request.retries
if retries < task.max_retries:
wait_time = exponential_backoff(retries)
Expand Down

0 comments on commit 435e512

Please sign in to comment.