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

[8.x] Allow clearing an SQS queue #34383

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Conversation

themsaid
Copy link
Member

This PR allows using the queue:clear command to clear an SQS queue.

Important Notice

Messages sent to the queue after you call PurgeQueue might be deleted while the queue is being purged. The message deletion process takes up to 60 seconds.

So in the docs we should hint about that so people make sure the don't enqueue any new jobs for 6o seconds after the clear an SQS queue. Otherwise those new jobs will be purged as well.

@taylorotwell taylorotwell merged commit 028469a into laravel:8.x Sep 16, 2020
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.

2 participants