Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Dedeuplication errors in SQS queue #183

Open
TheM0ng00se opened this issue Aug 13, 2018 · 0 comments
Open

Dedeuplication errors in SQS queue #183

TheM0ng00se opened this issue Aug 13, 2018 · 0 comments

Comments

@TheM0ng00se
Copy link
Contributor

The following error may be observed in cloud-inquisitor logs:

Traceback (most recent call last):
File "/opt/pyenv/lib/python3.5/site-packages/cinq_scheduler_sqs/init.py", line 320, in execute_worker
MessageAttributeNames=('RetryCount',)
File "/opt/pyenv/lib/python3.5/site-packages/boto3/resources/factory.py", line 520, in do_action
response = action(self, *args, **kwargs)
File "/opt/pyenv/lib/python3.5/site-packages/boto3/resources/action.py", line 83, in call
response = getattr(parent.meta.client, operation_name)(**params)
File "/opt/pyenv/lib/python3.5/site-packages/botocore/client.py", line 314, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/opt/pyenv/lib/python3.5/site-packages/botocore/client.py", line 612, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (InvalidParameterValue) when calling the ReceiveMessage operation: Value 05d3dc9f-61a5-57db-bd18-8f4038ddcc63 for parameter receiveRequestDeduplicationId is invalid. Reason: receiveRequestDeduplicationId is invalid.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant