We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9175e46 commit 584033dCopy full SHA for 584033d
src/DTOs/QueueConfig.php
@@ -12,7 +12,7 @@ public function __construct(
12
public readonly array $queuesToConsume,
13
public readonly int $memoryLimit,
14
public readonly int $timeout,
15
- public readonly int $sleep,
+ public readonly int|float $sleep,
16
) {}
17
18
/**
0 commit comments