Skip to content

Commit 5207443

Browse files
authored
readme update about 5.6 not supported
1 parent 18453af commit 5207443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This package extends Laravel's native Event class to include the ability to bloc
88

99
It uses a database table to track the currently running process, and each server generates a unique key to lock the command. In order to prevent a condition where a short-running command's lock doesn't last long enough, we are implementing a minimum 10 second break between the completion of the command and its next execution time, so if a command runs every minute but takes between 50 and 59 seconds to complete, the next command will be delayed one more minute.
1010

11+
# NOTE: Laravel 5.6 now contains a function `onOneServer()` that solves the issue that this package was built to fix. Therefore, it is recommended that you use the core function instead of this package.
12+
1113
#### For Laravel < 5.4, please use version 1.X
1214

1315
#### Upgrading from version 1.X

0 commit comments

Comments
 (0)