summaryrefslogtreecommitdiff
path: root/src/apscheduler/datastores/sqlalchemy.py
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to retry operations to all persistent data storesAlex Grönholm2021-09-261-216/+251
* Removed the notify_channel parameterAlex Grönholm2021-09-261-1/+0
* Lock schedules and jobs for update while acquiringAlex Grönholm2021-09-261-1/+2
* Fixed a couple of bugs in the SQLAlchemy data storesAlex Grönholm2021-09-231-4/+5
* Implemented schedule-level jitterAlex Grönholm2021-09-211-5/+19
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-131-2/+12
* Improved the event subscription systemAlex Grönholm2021-09-121-9/+2
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-5/+9
* Deduplicated some SQLAlchemy store codeAlex Grönholm2021-09-081-39/+44
* Rearranged the data storesAlex Grönholm2021-09-081-0/+517