summaryrefslogtreecommitdiff
path: root/src/apscheduler/schedulers/async_.py
Commit message (Expand)AuthorAgeFilesLines
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-311-8/+8
* 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-2/+2
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-301-7/+7
* Made the apscheduler.converters module privateAlex Grönholm2022-07-301-1/+1
* Changed get_schedule() to raise ScheduleLookupError when the target schedule ...Alex Grönholm2022-07-301-2/+10
* Added docstrings to public methods for schedulers and workersAlex Grönholm2022-07-301-6/+55
* Improved the scheduler lifecycle managementAlex Grönholm2022-07-271-19/+49
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-191-168/+170
* Switched to Black for code formattingAlex Grönholm2022-04-201-49/+124
* Fixed wrong indentation in async schedulerAlex Grönholm2022-04-181-2/+2
* Added missing raise statement to async scheduler crash handlerAlex Grönholm2022-04-181-0/+1
* Fixed scheduler waking up unnecessarilyAlex Grönholm2022-02-151-11/+20
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-13/+13
* Upgraded attrs and its importsAlex Grönholm2022-01-021-11/+11
* Improved scheduler and worker crash handlingAlex Grönholm2021-10-021-5/+8
* Improved scheduler logging and fixed wait time calculationAlex Grönholm2021-09-231-5/+14
* Refactored scheduler and worker classes to use attrsAlex Grönholm2021-09-221-26/+22
* Implemented context-local variables for running jobsAlex Grönholm2021-09-211-2/+7
* Implemented schedule-level jitterAlex Grönholm2021-09-211-5/+35
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-131-18/+92
* Added context manager support to event subscriptionsAlex Grönholm2021-09-121-5/+6
* Improved the event subscription systemAlex Grönholm2021-09-121-15/+11
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-10/+10
* Rearranged the data storesAlex Grönholm2021-09-081-2/+2
* More type annotation updatesAlex Grönholm2021-09-081-2/+2
* Removed obsolete codeAlex Grönholm2021-09-061-19/+0
* Fixed a number of mypy errorsAlex Grönholm2021-09-061-3/+2
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-061-6/+5
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-061-2/+1
* Implemented task accountingAlex Grönholm2021-09-061-35/+30
* Mypy fixesAlex Grönholm2021-09-061-0/+1
* Moved the sync data store adapter to datastores/async_/Alex Grönholm2021-09-061-1/+1
* More refactoring workAlex Grönholm2021-09-061-46/+61
* Refactored acquire_schedules() to be a context managerAlex Grönholm2021-09-061-43/+41
* Switched to the src/ layoutAlex Grönholm2021-08-291-0/+224