Skip to content

Commit fe918ab

Browse files
committed
formatting
1 parent 9eb9fc5 commit fe918ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,11 +1231,11 @@ If you would like to delete all jobs from the default queue of the default conne
12311231

12321232
php artisan queue:clear
12331233

1234-
You may also provide the `connection` argument and `queue` option to delete jobs from a non-default connection or a non-default queue:
1234+
You may also provide the `connection` argument and `queue` option to delete jobs from a specific connection and queue:
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. 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.
1238+
> {note} Clearing jobs from queues is only available for the SQS, Redis, and database queue drivers. In addition, the SQS message deletion process takes up to 60 seconds, so jobs sent to the SQS queue up to 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)