Skip to content

Commit

Permalink
add sqs clear warning
Browse files Browse the repository at this point in the history
  • Loading branch information
paras-malhotra committed Sep 16, 2020
1 parent fb7a51e commit 9eb9fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queues.md
Expand Up @@ -1235,7 +1235,7 @@ You may also provide the `connection` argument and `queue` option to delete jobs

php artisan queue:clear redis --queue=emails

> {note} Clearing jobs from queues is only available for the Redis, SQS and Database queue drivers.
> {note} Clearing jobs from queues is only available for the Redis, SQS and Database queue drivers. The SQS message deletion process takes upto 60 seconds, so jobs sent to the SQS queue upto 60 seconds after you clear the queue might also be deleted.
<a name="job-events"></a>
## Job Events
Expand Down

0 comments on commit 9eb9fc5

Please sign in to comment.