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

Catch missing queue exeception on queueExists #63

Merged
merged 2 commits into from
Dec 18, 2015

Conversation

sdufel
Copy link

@sdufel sdufel commented Feb 10, 2015

Fixes #62

@scrutinizer-notifier
Copy link

A new inspection was created.

return true;
}
if ($this->queueUrl = $result->get('QueueUrl')) {
return true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind setting the queueUrl back into cache here? Its an attempt to keep us from having to hit the API to keep track of it, any time we do, let's reset the cache.

@k-k k-k closed this Dec 18, 2015
@k-k k-k reopened this Dec 18, 2015
@k-k k-k merged commit deb9137 into uecode:master Dec 18, 2015
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

Successfully merging this pull request may close these issues.

SQS exception while checking for queue existence
3 participants