summaryrefslogtreecommitdiff
path: root/src/apscheduler/datastores
Commit message (Expand)AuthorAgeFilesLines
* Fixed SQLAlchemy 2.0 compatibilityAlex Grönholm2023-02-011-33/+37
* Fixed MongoDB data store running blocking operations on the event loop threadAlex Grönholm2022-09-241-24/+35
* Fixed MongoDB data store retrying synchronouslyAlex Grönholm2022-09-241-16/+16
* Fixed _temporary_failure_exceptions in MongoDB and SQLA datastoresAlex Grönholm2022-09-232-1/+11
* Removed the _local_tasks variable in MongoDBDAtaStoreAlex Grönholm2022-09-231-18/+10
* Merged the Worker class into AsyncSchedulerAlex Grönholm2022-09-211-1/+2
* Major refactoringAlex Grönholm2022-09-216-1211/+586
* Fixed schema parameter in SQLAlchemyJobStore not being usedAlex Grönholm2022-09-121-6/+7
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-172-4/+6
* Don't emit JobReleased events from the MongoDB storeAlex Grönholm2022-08-141-8/+0
* Added job expiration timesAlex Grönholm2022-08-134-35/+26
* Added missing docstrings to classesAlex Grönholm2022-07-314-9/+97
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-314-21/+21
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-305-9/+8
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-305-14/+14
* Switched to ARRAY column type for tags on PostgreSQLAlex Grönholm2022-07-271-2/+4
* Tested SQLAlchemy data store against MySQL, and fixed missing "await"Alex Grönholm2022-07-271-1/+1
* Fixed get_task() failing in SQLAlchemy data storesAlex Grönholm2022-07-272-6/+6
* Fixed CancelScope errors when the startup or shutdown of AsyncDataStoreAdapte...Alex Grönholm2022-07-241-4/+11
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-196-100/+76
* Fixed test failuresAlex Grönholm2022-04-261-2/+3
* Fixed SQLAlchemy stores failing on multiple schedule releaseAlex Grönholm2022-04-202-19/+6
* Don't share retry statesAlex Grönholm2022-04-203-76/+66
* Switched to Black for code formattingAlex Grönholm2022-04-205-417/+791
* Fixed ValueError in memory storeAlex Grönholm2022-04-181-1/+3
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-025-41/+41
* Fixed compatibility with pymongo 4Alex Grönholm2022-01-021-2/+8
* Upgraded attrs and its importsAlex Grönholm2022-01-025-62/+62
* Added the ability to retry operations to all persistent data storesAlex Grönholm2021-09-263-627/+769
* Removed the notify_channel parameterAlex Grönholm2021-09-261-1/+0
* Lock schedules and jobs for update while acquiringAlex Grönholm2021-09-262-2/+4
* Fixed a couple of bugs in the SQLAlchemy data storesAlex Grönholm2021-09-232-5/+6
* Implemented schedule-level jitterAlex Grönholm2021-09-212-14/+46
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-134-6/+39
* Removed debugging codeAlex Grönholm2021-09-131-1/+0
* Improved the event subscription systemAlex Grönholm2021-09-123-30/+9
* Refactored event brokers to use exit stacksAlex Grönholm2021-09-121-5/+12
* Implemented a pluggable event broker systemAlex Grönholm2021-09-115-162/+81
* Deduplicated some SQLAlchemy store codeAlex Grönholm2021-09-082-145/+53
* Rearranged the data storesAlex Grönholm2021-09-087-67/+46
* More type annotation updatesAlex Grönholm2021-09-085-11/+11
* Serialize top level attributes into individual fields/columnsAlex Grönholm2021-09-085-175/+192
* Use the real UUID column type where supportedAlex Grönholm2021-09-062-28/+64
* Migrated some more classes to attrsAlex Grönholm2021-09-063-69/+58
* Fixed a number of mypy errorsAlex Grönholm2021-09-063-6/+6
* Added missing TaskUpdated eventAlex Grönholm2021-09-064-11/+20
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-065-82/+82
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-065-5/+5
* Implemented task accountingAlex Grönholm2021-09-065-61/+438
* More attrsAlex Grönholm2021-09-061-38/+27