I've tried this and get_job only returns the job if it was just added during the same 'flask run' process. In other words, if the job exists in the SQLite job store and was not recently added, get_job('start1') does not return any job -- it doesn't find it. Even though I can clearly see it in the list of jobs when opening the SQLite db file with a SQLite DB viewer.