Skip to content

Commit 9eb9fc5

Browse files
add sqs clear warning
1 parent fb7a51e commit 9eb9fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ You may also provide the `connection` argument and `queue` option to delete jobs
12351235

12361236
php artisan queue:clear redis --queue=emails
12371237

1238-
> {note} Clearing jobs from queues is only available for the Redis, SQS and Database queue drivers.
1238+
> {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.
12391239
12401240
<a name="job-events"></a>
12411241
## Job Events

0 commit comments

Comments
 (0)