summaryrefslogtreecommitdiff
path: root/src/apscheduler/workers/sync.py
Commit message (Expand)AuthorAgeFilesLines
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-3/+3
* Upgraded attrs and its importsAlex Grönholm2022-01-021-13/+13
* Improved scheduler and worker crash handlingAlex Grönholm2021-10-021-8/+9
* Refactored scheduler and worker classes to use attrsAlex Grönholm2021-09-221-19/+21
* Implemented context-local variables for running jobsAlex Grönholm2021-09-211-3/+12
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-131-6/+3
* Implemented one-shot event subscriptionsAlex Grönholm2021-09-131-1/+1
* Added context manager support to event subscriptionsAlex Grönholm2021-09-121-11/+7
* Improved the event subscription systemAlex Grönholm2021-09-121-19/+14
* Reduced the number of job completion eventsAlex Grönholm2021-09-121-6/+6
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-6/+7
* More type annotation updatesAlex Grönholm2021-09-081-2/+2
* Serialize top level attributes into individual fields/columnsAlex Grönholm2021-09-081-4/+4
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-061-3/+3
* Implemented task accountingAlex Grönholm2021-09-061-6/+11
* Added preliminary support for job result reporting and job cancellationAlex Grönholm2021-09-061-31/+12
* Switched to the src/ layoutAlex Grönholm2021-08-291-0/+161