Laravel Queue Dashboard

Real-time job processing across replicas and processes

Default connection: cloud · Queue: default

Live · Updated 18:09:35

Queue Actions

Cluster tests use the same connection/queue as your Queue Cluster. OOM: backlog + large-memory jobs. Stuck at 1: sustained backlog.

10
Pending in Queue
0
Active Replicas
0
Active Processes
0
Processed/min

Running jobs by replica

10 in queue

Each box is a worker that reported running jobs (replica ID from hostname). “Laravel Cloud API” is the environment replica count from Cloud; the number of boxes is how many workers reported jobs. Replica & process come from the worker when reported; otherwise they appear under “Processing (no assignment)”. Pending jobs stay in the queue until a worker picks them up.

¯\_(ツ)_/¯
No jobs running
10 jobs pending in queue. They’ll appear here when workers pick them up.

Recent Job Activity

[17:06:01] ✗ 2 —:— sleep:api_integration
[17:06:06] ✗ 6 —:— memory:report_generation
[17:06:06] ✗ 5 —:— memory:data_analysis
[17:06:07] ✗ 7 —:— cpu:video_encoding
[17:06:07] ✗ 4 —:— memory:data_analysis
[17:06:07] ✗ 3 —:— memory:report_generation
[17:06:07] ✗ 1 —:— cpu:data_encryption
[17:06:08] ✗ 8 —:— cpu:machine_learning

System Info

Data source: cloud
Queue: default
Replicas: Simulated Set LARAVEL_CLOUD_API_TOKEN and LARAVEL_CLOUD_ENVIRONMENT_ID for replica count from Laravel Cloud.
Pending (total): 10
Failed jobs: 8
SQS available: 0
SQS in flight: 10
SQS delayed: 0
Recent job entries: 8

Job Type Legend

CPU Jobs (Video, ML, Encryption)
Memory Jobs (Images, Data, Reports)
Sleep Jobs (APIs, Uploads, Webhooks)
Small (cluster test)
Large memory (cluster test)