Closed
Description
Horizon Version
5.25.0
Laravel Version
10.48.14
PHP Version
8.3.8
Redis Driver
PhpRedis
Redis Version
6.2.6
Database Driver & Version
Postgis 14 for Ubuntu 22.04
Description
We have several jobs that have tags defined in them for horizon to use
public function tags(): array
{
return ['customer-teams-migration'];
}
When visiting horizon/monitoring
, and adding a tag to monitor, I can see the tag and the count just fine.
However, when clicking into that monitored tag to see the most recent or failed jobs, the loading indicator just keeps spinning and the following error is thrown
Too few arguments to function Laravel\\Horizon\\Http\\Controllers\\MonitoringController::paginate(), 1 passed in
Steps To Reproduce
- Add a tag definition to any job
- Go into Horizon and add that tag to be monitored
- Drop a job with that tag into the queue and let it finish
- Go to
horizon/monitoring
and click on the monitored tag name to view the details. The loading indicator will just spin and throw the network error mentioned above