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 3d1836c commit 5446089Copy full SHA for 5446089
src/config/rabbitmq.php
@@ -34,4 +34,6 @@
34
'auto_delete' => env('RABBITMQ_EXCHANGE_AUTODELETE', false),
35
],
36
37
+ 'sleep_on_error' => env('RABBITMQ_ERROR_SLEEP', 5), // the number of seconds to sleep if there's an error communicating with rabbitmq
38
+
39
];
0 commit comments