-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Q | A |
---|---|
Bug? | no |
New Feature? | yes |
Version | #9 |
Actual Behavior
When the SQS service does not return queues during queue listing, the queues from the local queue URL cache is returned.
Expected Behavior
The driver should always return an up to date queue list. When a queue gets deleted, the deletion does not propagate to the local cache.
Possible Solutions
Always get the list from the SQS service, throw an exception otherwise.