summaryrefslogtreecommitdiff
path: root/src/apscheduler/schedulers
Commit message (Expand)AuthorAgeFilesLines
* Added property for default_job_executor to SyncSchedulerAlex Grönholm2022-09-221-0/+8
* Removed unwanted argument from listener functionAlex Grönholm2022-09-221-1/+1
* Merged the Worker class into AsyncSchedulerAlex Grönholm2022-09-212-190/+333
* Major refactoringAlex Grönholm2022-09-212-535/+274
* Changed the scheduler API to require an explicit start callAlex Grönholm2022-09-042-30/+78
* Don't report cancellations as crashes on Python 3.7Alex Grönholm2022-09-031-3/+6
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-171-2/+2
* Added job expiration timesAlex Grönholm2022-08-132-11/+29
* Added get_schedules() methods to the scheduler classesAlex Grönholm2022-08-092-0/+19
* Fixed the docstring for the "coalese" optionAlex Grönholm2022-08-012-6/+4
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-312-16/+16
* Made the apscheduler.context module private and re-exported its codeAlex Grönholm2022-07-302-2/+2
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-302-3/+3
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-302-14/+14
* 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-302-4/+20
* Added docstrings to public methods for schedulers and workersAlex Grönholm2022-07-302-18/+128
* Improved the scheduler lifecycle managementAlex Grönholm2022-07-272-48/+121
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-192-342/+391
* Wait until the scheduler has stopped before returning from stop()Alex Grönholm2022-07-191-9/+12
* Added the start_in_background() and run_until_stopped() methods to SchedulerAlex Grönholm2022-07-191-54/+57
* Switched to Black for code formattingAlex Grönholm2022-04-202-96/+237
* 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-152-21/+39
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-022-25/+25
* Upgraded attrs and its importsAlex Grönholm2022-01-022-22/+22
* Improved scheduler and worker crash handlingAlex Grönholm2021-10-022-5/+10
* Improved scheduler logging and fixed wait time calculationAlex Grönholm2021-09-232-7/+28
* Refactored scheduler and worker classes to use attrsAlex Grönholm2021-09-222-40/+43
* Implemented context-local variables for running jobsAlex Grönholm2021-09-212-4/+14
* Implemented schedule-level jitterAlex Grönholm2021-09-212-10/+69
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-132-22/+184
* Implemented one-shot event subscriptionsAlex Grönholm2021-09-131-1/+1
* Added context manager support to event subscriptionsAlex Grönholm2021-09-122-15/+14
* Improved the event subscription systemAlex Grönholm2021-09-122-33/+25
* Implemented a pluggable event broker systemAlex Grönholm2021-09-112-17/+17
* Rearranged the data storesAlex Grönholm2021-09-082-3/+3
* More type annotation updatesAlex Grönholm2021-09-082-4/+4
* 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-062-9/+8
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-062-4/+2
* Implemented task accountingAlex Grönholm2021-09-062-64/+42
* Mypy fixesAlex Grönholm2021-09-062-1/+2
* Moved the sync data store adapter to datastores/async_/Alex Grönholm2021-09-061-1/+1
* More refactoring workAlex Grönholm2021-09-062-93/+120
* Refactored acquire_schedules() to be a context managerAlex Grönholm2021-09-062-87/+83
* Switched to the src/ layoutAlex Grönholm2021-08-293-0/+433