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
+1-3
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,5 @@ Set the default to `async`, either by changing to config or setting `QUEUE_DRIVE
56
56
...
57
57
}
58
58
59
-
It should work the same as the sync driver, so no need to run a queue listener. Downside is that you cannot actually queue or plan things.
60
-
Queue::later() is also fired directly, but just runs `sleep($delay)` in background..
61
-
For more info see http://laravel.com/docs/queues
59
+
It should work the same as the sync driver, so no need to run a queue listener. Downside is that you cannot actually queue or plan things. Queue::later() is also fired directly. For more info see http://laravel.com/docs/queues
0 commit comments