iron-io / iron_mq_ruby

Ruby library for IronMQ.
http://www.iron.io
BSD 2-Clause "Simplified" License
35 stars 17 forks source link

queue.delete_queue doesn't actually delete the queue #95

Closed clivecrous closed 9 years ago

clivecrous commented 9 years ago

Calling delete_queue returns a response with @code=200 and @raw={"msg"=>"Deleted."} but the queue itself isn't deleted, it remains within the queue list.

clivecrous commented 9 years ago

This issue seems to have resolved itself. Presumably this was a transitory upstream API issue.