-
-
Notifications
You must be signed in to change notification settings - Fork 945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError 'Attributes' in SQS _create_queue #2142
Comments
Hitting this also |
Downgrade to |
Also seeing this. Any plans to fix? Downgrading botocore is not a viable long-term solution. |
we got some new fixes in SQS, lets see if they fix this. @hfern what do you think? |
@rwhit Can you post the exact installed version of celery, kombu, and botocore? |
celery: 5.3.6 |
In botocore 1.34.90 they used the AWS JSON protocol Kombu is sending the attribute to retrieve the Kombu updated this in this commit And they reverted it here. |
@rwhit Thank you for posting the versions. Can you upgrade to |
I believe this should be fixed with kombu 5.5.1 release, but let me know if that is not |
We've got and intermittent error from where a task is sent
create_export_task.delay()
:Versions
Here's the payload returned by
c.get_queue_attributes()
The queue is already created before that, another thing is that
create_export_task
is itself a task (which callsrun_export_task
) but I don't know if that's relevant, as the error is intermittentThe text was updated successfully, but these errors were encountered: