You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ The only difference is that the closure is sent to the background without waitin
7
7
This package is more usable as an alternative for running incidental tasks in the background, without setting up a 'real' queue driver.
8
8
It is similar to the 'deferred' connection, but it runs in a background process, so might be more suitable for long running tasks.
9
9
10
+
> Note: Since v0.8 this uses the Concurrently::defer() method instead of the database queue. No database migrations tables are required now. The config can be simplified as below.
11
+
>
10
12
### Install
11
13
12
14
Require the latest version of this package with Composer
0 commit comments