Skip to content

Commit

Permalink
add block_for option
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 26, 2018
1 parent 0178fd8 commit d6d0013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'block_for' => null,

This comment has been minimized.

Copy link
@countbytedown

countbytedown Feb 9, 2018

This should be added to the documentation.
Undefined index: attempts {"exception":"[object] (ErrorException(code: 0): Undefined index: attempts at /var/www/app/vendor/laravel/framework/src/Illuminate/Queue/RedisQueue.php:235)
Without it

This comment has been minimized.

Copy link
@Cholowao

Cholowao Feb 13, 2018

okk

],

],
Expand Down

0 comments on commit d6d0013

Please sign in to comment.