summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed SQLAlchemy 2.0 compatibilityAlex Grönholm2023-02-011-33/+37
* Appeased flake8Alex Grönholm2022-11-061-1/+1
* Fixed MongoDB data store running blocking operations on the event loop threadAlex Grönholm2022-09-241-24/+35
* Fixed MongoDB data store retrying synchronouslyAlex Grönholm2022-09-241-16/+16
* Fixed _temporary_failure_exceptions in MongoDB and SQLA datastoresAlex Grönholm2022-09-233-2/+12
* Removed the _local_tasks variable in MongoDBDAtaStoreAlex Grönholm2022-09-231-18/+10
* 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-218-421/+355
* Major refactoringAlex Grönholm2022-09-2129-2955/+1392
* Fixed schema parameter in SQLAlchemyJobStore not being usedAlex Grönholm2022-09-121-6/+7
* Added the ABCMeta metaclass to (Async)DataStoreAlex Grönholm2022-09-071-2/+2
* Fixed resource warnings in the asyncpg event broker when the listener task is...Alex Grönholm2022-09-041-6/+16
* Fixed asyncpg/redis start() while cancelled resulting in an inconsistent canc...Alex Grönholm2022-09-042-5/+9
* Changed the scheduler API to require an explicit start callAlex Grönholm2022-09-042-30/+78
* Fixed docstring on stop_check_intervalAlex Grönholm2022-09-032-5/+6
* Don't report cancellations as crashes on Python 3.7Alex Grönholm2022-09-034-16/+40
* Improved the MQTT event brokerAlex Grönholm2022-09-031-3/+20
* Improved the asyncpg event brokerAlex Grönholm2022-09-031-39/+108
* Added async Redis event broker and made the sync one resistant to connectivit...Alex Grönholm2022-09-032-35/+169
* Fixed JSON/CBOR serialization of JobReleased eventsAlex Grönholm2022-09-031-2/+8
* Added explicit type for unresolvable parameterAlex Grönholm2022-08-171-0/+1
* Added a number of missing classes to the API documentationAlex Grönholm2022-08-171-1/+3
* Documented the Serializer class and removed the unicode methodsAlex Grönholm2022-08-172-15/+13
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-1712-103/+134
* Improved documentation of data structuresAlex Grönholm2022-08-161-61/+69
* Improved the documentation of the enumerated typesAlex Grönholm2022-08-161-18/+35
* Added exception information to the JobReleased classAlex Grönholm2022-08-144-23/+47
* Don't emit JobReleased events from the MongoDB storeAlex Grönholm2022-08-141-8/+0
* Added job expiration timesAlex Grönholm2022-08-139-62/+174
* Added get_schedules() methods to the scheduler classesAlex Grönholm2022-08-092-0/+19
* Renamed the job_info contextvar into current_jobAlex Grönholm2022-08-094-10/+10
* Fixed the docstring for the "coalese" optionAlex Grönholm2022-08-013-51/+48
* Added method links to some exception classesAlex Grönholm2022-08-011-3/+12
* Added missing docstrings to classesAlex Grönholm2022-07-3115-14/+352
* Fixed leftover reference to apscheduler.eventsAlex Grönholm2022-07-311-1/+1
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-3117-49/+91
* Made the apscheduler.context module private and re-exported its codeAlex Grönholm2022-07-306-4/+8
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-3012-33/+36
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-3020-38/+78
* Made the apscheduler.validators and apscheduler.util modules privateAlex Grönholm2022-07-3010-10/+10
* Made the apscheduler.converters module privateAlex Grönholm2022-07-305-10/+93
* Removed unused codeAlex Grönholm2022-07-301-13/+0
* Changed get_schedule() to raise ScheduleLookupError when the target schedule ...Alex Grönholm2022-07-302-4/+20
* Refactored the apscheduler.exceptions moduleAlex Grönholm2022-07-301-34/+15
* Added docstrings to public methods for schedulers and workersAlex Grönholm2022-07-304-26/+164
* Switched to ARRAY column type for tags on PostgreSQLAlex Grönholm2022-07-272-4/+4
* Fixed JSON serialization of frozensets and UUIDsAlex Grönholm2022-07-271-3/+8
* Implemented (un)marshalling for eventsAlex Grönholm2022-07-272-3/+19
* Tested SQLAlchemy data store against MySQL, and fixed missing "await"Alex Grönholm2022-07-271-1/+1