flask-apscheduler icon indicating copy to clipboard operation
flask-apscheduler copied to clipboard

Flask-APScheduler not running when running in executable version by PyInstaller

Open zaingithub opened this issue 2 years ago • 1 comments

hello, i am using flask-apscheduler to my software then bundled to exe by pyinstaller.

The scheduler API show my future job that i added by flask apscheduler.

but until passed the next run time of my job, the job is not running, and the scheduler api still same (no any changes).

The scheduler running well before it bundled to exe file.

Can you help me please?

zaingithub avatar Apr 24 '22 03:04 zaingithub

i can not see any error log due to this

zaingithub avatar Apr 24 '22 03:04 zaingithub

@zaingithub were you able to resolve this? If not can you share a code example? How were you calling the scheduler in your exe? Closing until more information is available.

christopherpickering avatar Mar 20 '23 19:03 christopherpickering