Skip to content

Commit

Permalink
🎨 modify retry_delay and max_attempts to wait 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Jul 23, 2024
1 parent 3aa4e21 commit 61dfb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ async def publish_revocations(
field_name="state",
expected_value="transaction_acked",
logger=bound_logger,
max_attempts=10,
retry_delay=2,
max_attempts=30,
retry_delay=1,
)
except asyncio.TimeoutError as e:
raise CloudApiException(
Expand Down

0 comments on commit 61dfb58

Please sign in to comment.