summaryrefslogtreecommitdiff
path: root/src/apscheduler/workers/sync.py
Commit message (Expand)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-211-257/+0
* Don't report cancellations as crashes on Python 3.7Alex Grönholm2022-09-031-8/+12
* Added exception information to the JobReleased classAlex Grönholm2022-08-141-9/+3
* Added job expiration timesAlex Grönholm2022-08-131-7/+39
* Renamed the job_info contextvar into current_jobAlex Grönholm2022-08-091-3/+3
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-311-1/+1
* Made the apscheduler.context module private and re-exported its codeAlex Grönholm2022-07-301-1/+1
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-301-1/+1
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-301-1/+1
* Made the apscheduler.validators and apscheduler.util modules privateAlex Grönholm2022-07-301-1/+1
* Added docstrings to public methods for schedulers and workersAlex Grönholm2022-07-301-4/+24
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-191-80/+122
* Switched to Black for code formattingAlex Grönholm2022-04-201-12/+29
* 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