You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Failed Jobs and Batches pages, when these pages expect no entries to display, I see "Loading..." instead of expected "There aren't any jobs.".
I see the horizon/api/jobs/failed?starting_at=0 request returns {"jobs":[],"total":0}. For horizon/api/batches?before_id= it is {"batches":[]} (BTW, a lack of total here is inconsistent).
Note, the Silenced Jobs page does work as expected. I didn't check others because they right now aren't empty.