We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f92ee8 commit 5fac0f7Copy full SHA for 5fac0f7
app/config/queue.php
@@ -11,7 +11,7 @@
11
| API, giving you convenient access to each back-end using the same
12
| syntax for each one. Here you may set the default queue driver.
13
|
14
- | Supported: "sync", "beanstalkd", "sqs"
+ | Supported: "sync", "beanstalkd", "sqs", "iron"
15
16
*/
17
@@ -48,6 +48,13 @@
48
'region' => 'us-east-1',
49
),
50
51
+ 'iron' => array(
52
+ 'driver' => 'iron',
53
+ 'project' => 'your-project-id',
54
+ 'token' => 'your-token',
55
+ 'queue' => 'your-queue-name',
56
+ ),
57
+
58
59
60
);
0 commit comments