-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitored tags not displaying recent or failed jobs #1478
Comments
Thank you for reporting this issue! As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub. If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team. Thank you! |
Thank you. Would appreciate a PR for this one. |
cc @therobfonz ^ |
I think I forgot to recompile the JS for distribution with the fix (newb contributor here). I'll try and carve out some time to investigate this week. |
@therobfonz assets are compiled whenever something's merged to the default branch so that can't be it. Maybe you didn't recompile locally while testing? |
@driesvints i thought I did and had it working but possible I missed something when I moved over to the repo. |
@driesvints I checked this morning, and it doesn't look like When I look at the Action that commits the recompiled assets after the merge of my PR it says 'Nothing to commit', which is most likely the issue. |
Bit stumped here. I can't figure out why assets aren't compiling the same on the action as they do locally. Here's a new run I tried with Node 21 like I have locally: https://github.com/laravel/horizon/actions/runs/10473422636/job/29005245820 Still shows no changes to commit. Really need to figure this one out because it's not good if changes like these aren't being compiled anymore... |
@driesvints I think I found the reason behind this (see PR #1495). |
That's weird, but still nothing😕. Maybe assets are already up-to-date?
|
Yeah I think so. I've just done a new release so let's see if things work now. |
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
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
Steps To Reproduce
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 aboveThe text was updated successfully, but these errors were encountered: