summaryrefslogtreecommitdiff
path: root/src/apscheduler/_retry.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed _temporary_failure_exceptions in MongoDB and SQLA datastoresAlex Grönholm2022-09-231-1/+1
|
* Major refactoringAlex Grönholm2022-09-211-0/+68
- Made SyncScheduler a synchronous wrapper for AsyncScheduler - Removed workers as a user interface - Removed synchronous interfaces for data stores and event brokers and refactored existing implementations to use the async interface - Added the current_async_scheduler contextvar - Added job executors