APScheduler==3.10.4 && python3.9.18 raise (RuntimeError: cannot schedule new futures after interpreter shutdown) #876
Unanswered
BeyondAlan
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I'm having the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2024-03-07 22:25:15,892 ERROR 1966018 139994794554944 /usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py 997 Error submitting job "iscsi_service_status_report (trigger: interval[0:00:30], next run at: 2024-03-07 22:25:15 CST)" to executor "default"
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 988, in _process_jobs
executor.submit_job(job, run_times)
File "/usr/local/lib/python3.9/site-packages/apscheduler/executors/base.py", line 71, in submit_job
self._do_submit_job(job, run_times)
File "/usr/local/lib/python3.9/site-packages/apscheduler/executors/pool.py", line 28, in _do_submit_job
f = self._pool.submit(run_job, job, job._jobstore_alias, run_times, self._logger.name)
File "/usr/lib64/python3.9/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown
2024-03-07 22:25:15,901 ERROR 1966018 139994794554944 /usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py 997 Error submitting job "sync_hwclock (trigger: interval[0:30:00], next run at: 2024-03-07 22:25:15 CST)" to executor "default"
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 988, in _process_jobs
executor.submit_job(job, run_times)
File "/usr/local/lib/python3.9/site-packages/apscheduler/executors/base.py", line 71, in submit_job
self._do_submit_job(job, run_times)
File "/usr/local/lib/python3.9/site-packages/apscheduler/executors/pool.py", line 28, in _do_submit_job
f = self._pool.submit(run_job, job, job._jobstore_alias, run_times, self._logger.name)
File "/usr/lib64/python3.9/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown
Beta Was this translation helpful? Give feedback.
All reactions