You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClientError: An error occurred (Unknown) when calling the ReceiveMessage operation (reached max retries: 4): Unknown
(6 additional frame(s) were not displayed)
...
File "buildhub/ingest/management/commands/daemon.py", line 23, in handle
max_number_of_messages=settings.SQS_QUEUE_MAX_NUMBER_OF_MESSAGES, # noqa
File "buildhub/ingest/sqs.py", line 61, in start
MaxNumberOfMessages=max_number_of_messages,
ClientError: An error occurred (Unknown) when calling the ReceiveMessage operation (reached max retries: 4): Unknown
The text was updated successfully, but these errors were encountered:
A simple solution would be to wrap the whole thing in a try:except and do sleeps and retries. Another option is to see if we can increase the number retries from 4 to something like 8 or 16.
https://sentry.prod.mozaws.net/operations/buildhub2-stage/issues/5008100/
The text was updated successfully, but these errors were encountered: