summaryrefslogtreecommitdiff
path: root/tests/test_workers.py
Commit message (Expand)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-211-281/+0
* Fixed private module imports in testsAlex Grönholm2022-09-071-1/+1
* Added exception information to the JobReleased classAlex Grönholm2022-08-141-0/+18
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-311-4/+5
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-301-3/+2
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-301-1/+1
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-191-44/+19
* Switched to Black for code formattingAlex Grönholm2022-04-201-30/+47
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-0/+2
* Implemented schedule-level jitterAlex Grönholm2021-09-211-13/+21
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-131-9/+9
* Switched tests to Python 3.10 style annotationsAlex Grönholm2021-09-131-5/+5
* Improved the event subscription systemAlex Grönholm2021-09-121-4/+4
* Reduced the number of job completion eventsAlex Grönholm2021-09-121-16/+14
* Rearranged the data storesAlex Grönholm2021-09-081-1/+1
* Implemented task accountingAlex Grönholm2021-09-061-12/+35
* More refactoring workAlex Grönholm2021-09-061-4/+6
* Added preliminary support for job result reporting and job cancellationAlex Grönholm2021-09-061-6/+8
* Switched to the src/ layoutAlex Grönholm2021-08-291-0/+1
* Overhauled the data store and event dispatch systemsAlex Grönholm2021-08-291-99/+183
* Upgraded dependenciesAlex Grönholm2021-08-141-7/+7
* Fixed isort errorsAlex Grönholm2021-02-241-1/+0
* Implemented data store sharing and proper async supportAlex Grönholm2021-02-241-0/+152