We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df84458 commit a8aec3bCopy full SHA for a8aec3b
tests/QueueTest.php
@@ -39,6 +39,7 @@ public function testQueueJobLifeCycle(): void
39
'job' => 'test',
40
'maxTries' => null,
41
'maxExceptions' => null,
42
+ 'failOnTimeout' => false,
43
'backoff' => null,
44
'timeout' => null,
45
'data' => ['action' => 'QueueJobLifeCycle'],
0 commit comments