Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 7b641b3

Browse files
committed
Update readme
1 parent b5539fa commit 7b641b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
55
The only difference is that the closure is sent to the background without waiting for the response.
6+
This package is more usable as an alternative for running incidental tasks in the background, without setting up a 'real' queue driver.
67

78
> **Note:** If you are coming from 0.1.0 (or dev-master), you will need to run the migrations, since the new versions uses a database to store the queue.
89
> If you are on Laravel 4.0 or 4.1, you can still require 0.1.x for the old way.
@@ -33,6 +34,6 @@ You should now be able to use the async driver in config/queue.php
3334
}
3435

3536
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.
36-
Queue::later() is also fired directly.
37+
Queue::later() is also fired directly, but just runs `sleep($delay)` in background..
3738
For more info see http://laravel.com/docs/queues
3839

0 commit comments

Comments
 (0)