Skip to content

Commit

Permalink
Update app.py atexit
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 11, 2024
1 parent e597ba3 commit 0c651bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def main():
max_retries = 6
retries = 0

atexit.register(send_sqs(metadata, True))
atexit.register(send_sqs, metadata, True)

while retries < max_retries:
success = send_sqs(metadata)
Expand Down

0 comments on commit 0c651bf

Please sign in to comment.