File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ return [
1616 'serializer' => SymfonySerializer::class,
1717 'retry_strategy' => [
1818 '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,
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
2222 ],
2323 ],
2424 // separate transport for failed messages
You can’t perform that action at this time.
0 commit comments