We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f66969 commit 498da7aCopy full SHA for 498da7a
src/Handlers/PredisHandler.php
@@ -86,7 +86,7 @@ public function push(string $queue, string $job, array $data): bool
86
*/
87
public function pop(string $queue, array $priorities): ?QueueJob
88
{
89
- $now = Time::now()->timestamp;
+ $now = (string) Time::now()->timestamp;
90
91
// Prepare the arguments for the Lua script
92
$args = [
0 commit comments