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
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