Hannes221 / rq-dashboard-fast

Redis Queue Dashboard based on FastAPI
MIT License
86 stars 8 forks source link

Fix shceduled jobs search #81

Closed UisemanAraujo closed 6 months ago

UisemanAraujo commented 6 months ago

In the file jobs.py, in get_job_registrys, after geting the schedule jobs from the Scheduler, the return array it's cleaned but the values are not copied to job array. So this method will never return the scheduled jobs and they would only be showed in the dashboard after they are finished or failed image

arnestrickmann commented 6 months ago

@UisemanAraujo Thank you! we're on it.