try to replace blocking sleep call with nonblocking sleep call

This commit is contained in:
Kenneth Kehl
2025-05-12 11:03:12 -07:00
parent 9cbf0df32b
commit 3961e72d32
3 changed files with 5 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ class AwsCloudwatchClient(Client):
# result = temp_client.get_query_results(queryId=query_id)
# if result['status'] == 'Complete':
# break
# time.sleep(1)
# eventlet.sleep(1)
# delivery_receipts = []
# for log in result['results']: