We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
queue:info
1 parent 9a2a8c8 commit f7f4995Copy full SHA for f7f4995
src/Driver/RedisDriver.php
@@ -133,6 +133,7 @@ public function info(): array
133
'waiting' => $this->redis->lLen($this->channel->getWaiting()),
134
'delayed' => $this->redis->zCard($this->channel->getDelayed()),
135
'failed' => $this->redis->lLen($this->channel->getFailed()),
136
+ 'timeout' => $this->redis->lLen($this->channel->getTimeout()),
137
];
138
}
139
0 commit comments