Skip to content

Commit 5446089

Browse files
committed
Changes from pull request vyuldashev#94
1 parent 3d1836c commit 5446089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/rabbitmq.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@
3434
'auto_delete' => env('RABBITMQ_EXCHANGE_AUTODELETE', false),
3535
],
3636

37+
'sleep_on_error' => env('RABBITMQ_ERROR_SLEEP', 5), // the number of seconds to sleep if there's an error communicating with rabbitmq
38+
3739
];

0 commit comments

Comments
 (0)