We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a705c4c commit 82d2b60Copy full SHA for 82d2b60
1 file changed
config/autoload/messenger.local.php.dist
@@ -16,9 +16,9 @@ return [
16
'serializer' => SymfonySerializer::class,
17
'retry_strategy' => [
18
'max_retries' => 3, //maximum number of times a message will be retried after the first failure
19
- 'delay' => 1000 // initial delay before retrying a failed message, in milliseconds,
20
- 'multiplier' => 2 // factor to increase the delay for each subsequent retry,
21
- 'max_delay' => 0 // maximum delay between retries, in milliseconds,
+ 'delay' => 1000, // initial delay before retrying a failed message, in milliseconds
+ 'multiplier' => 2, // factor to increase the delay for each subsequent retry
+ 'max_delay' => 0, // maximum delay between retries, in milliseconds
22
],
23
24
// separate transport for failed messages
0 commit comments