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.
1 parent 9e39547 commit 61e2a09Copy full SHA for 61e2a09
src/Illuminate/Support/Facades/Queue.php
@@ -32,6 +32,10 @@
32
* @method static \Illuminate\Contracts\Queue\Job|null pop(string|null $queue = null)
33
* @method static string getConnectionName()
34
* @method static \Illuminate\Contracts\Queue\Queue setConnectionName(string $name)
35
+ * @method static int pendingSize(string|null $queue = null)
36
+ * @method static int delayedSize(string|null $queue = null)
37
+ * @method static int reservedSize(string|null $queue = null)
38
+ * @method static int|null creationTimeOfOldestPendingJob(string|null $queue = null)
39
* @method static mixed getJobTries(mixed $job)
40
* @method static mixed getJobBackoff(mixed $job)
41
* @method static mixed getJobExpiration(mixed $job)
0 commit comments