Skip to content
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

AWS.SimpleQueueService.NonExistentQueue #94

Closed
erickertz opened this issue Mar 7, 2017 · 0 comments
Closed

AWS.SimpleQueueService.NonExistentQueue #94

erickertz opened this issue Mar 7, 2017 · 0 comments
Assignees

Comments

@erickertz
Copy link

erickertz commented Mar 7, 2017

When trying to GetQueueAttributes, goaws cannot find the que. However, when ListQueues, you can see the que is listed.

Here is an example request:
GET
http://aws:4100/queue/A15-QA-CONVENIENCE-CURRENCY-CHANGE?Action=GetQueueAttributes&AttributeName=ApproximateNumberOfMessages&Version=2012-11-05

With response:

[2017-03-06 12:32:28,944: INFO/MainProcess] Connected to emq://LOCAL:**@aws:4100//
[2017-03-06 12:32:28,956: ERROR/MainProcess] 400 Bad Request
[2017-03-06 12:32:28,956: ERROR/MainProcess]   <ErrorResponse>
      <Error>
          <Type>Not Found</Type>
          <Code>AWS.SimpleQueueService.NonExistentQueue</Code>
          <Message>The specified ueue does not exist for this wsdl version.</Message>
          <RequestId>00000000-0000-0000-0000-000000000000</RequestId>
      </Error>
  </ErrorResponse>
[2017-03-06 12:32:28,957: CRITICAL/MainProcess] Frequent restarts detected: RestartFreqExceeded('5 in 1s',)
Traceback (most recent call last):
  File "/opt/python2.7/lib/python2.7/site-packages/celery/worker/consumer.py", line 285, in start
    self._restart_state.step()
  File "/opt/python2.7/lib/python2.7/site-packages/billiard/common.py", line 130, in step
    raise self.RestartFreqExceeded("%r in %rs" % (R, self.maxT))
RestartFreqExceeded: 5 in 1s
@p4tin p4tin self-assigned this May 13, 2017
@p4tin p4tin closed this as completed May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants