summaryrefslogtreecommitdiff
path: root/src/apscheduler/schedulers/sync.py
Commit message (Expand)AuthorAgeFilesLines
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-12/+12
* Upgraded attrs and its importsAlex Grönholm2022-01-021-11/+11
* Improved scheduler and worker crash handlingAlex Grönholm2021-10-021-0/+2
* Improved scheduler logging and fixed wait time calculationAlex Grönholm2021-09-231-2/+14
* Refactored scheduler and worker classes to use attrsAlex Grönholm2021-09-221-14/+21
* Implemented context-local variables for running jobsAlex Grönholm2021-09-211-2/+7
* Implemented schedule-level jitterAlex Grönholm2021-09-211-5/+34
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-131-4/+92
* Implemented one-shot event subscriptionsAlex Grönholm2021-09-131-1/+1
* Added context manager support to event subscriptionsAlex Grönholm2021-09-121-10/+8
* Improved the event subscription systemAlex Grönholm2021-09-121-18/+14
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-7/+7
* Rearranged the data storesAlex Grönholm2021-09-081-1/+1
* More type annotation updatesAlex Grönholm2021-09-081-2/+2
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-061-3/+3
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-061-2/+1
* Implemented task accountingAlex Grönholm2021-09-061-29/+12
* Mypy fixesAlex Grönholm2021-09-061-1/+1
* More refactoring workAlex Grönholm2021-09-061-47/+59
* Refactored acquire_schedules() to be a context managerAlex Grönholm2021-09-061-44/+42
* Switched to the src/ layoutAlex Grönholm2021-08-291-0/+209