WARNING:apscheduler.scheduler:Error getting due jobs from job store 'sqlalchemy': columns argument to select() must be a Python list or other iterable #733
-
I am trying to configure the scheduler so that it saves tasks to the DB. `jobstores = { scheduler = BackgroundScheduler() |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
APScheduler 3.x has not been adapted for use with SQLAlchemy 2. You should be able to get it working with 1.4.x. APScheduler 4 (still in alpha) does work with SQLAlchemy 2. |
Beta Was this translation helpful? Give feedback.
-
I tried to install: |
Beta Was this translation helpful? Give feedback.
-
Please tell me, does APScheduler 4 work stably with python version 3.11? |
Beta Was this translation helpful? Give feedback.
APScheduler 3.x has not been adapted for use with SQLAlchemy 2. You should be able to get it working with 1.4.x. APScheduler 4 (still in alpha) does work with SQLAlchemy 2.