summaryrefslogtreecommitdiff
path: root/src/apscheduler/eventbrokers
Commit message (Expand)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-218-431/+124
* 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
* 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-031-2/+9
* 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
* Added explicit type for unresolvable parameterAlex Grönholm2022-08-171-0/+1
* Added missing docstrings to classesAlex Grönholm2022-07-315-0/+86
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-317-10/+10
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-302-2/+2
* Implemented (un)marshalling for eventsAlex Grönholm2022-07-271-3/+3
* Fixed asyncpg event broker not having a "serializer" attributeAlex Grönholm2022-07-241-4/+9
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-197-86/+105
* Fixed return type annotation of AsyncpgEventBroker.__aenter__()Alex Grönholm2022-07-191-1/+1
* Switched to Black for code formattingAlex Grönholm2022-04-207-45/+95
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-024-12/+12
* Upgraded redis dependencyAlex Grönholm2022-01-021-4/+2
* Upgraded attrs and its importsAlex Grönholm2022-01-027-38/+38
* Implemented one-shot event subscriptionsAlex Grönholm2021-09-133-19/+34
* Guard subscriptions in the synchronous local event broker with a lockAlex Grönholm2021-09-121-4/+12
* Added context manager support to event subscriptionsAlex Grönholm2021-09-121-2/+3
* Improved the event subscription systemAlex Grönholm2021-09-123-17/+27
* Refactored event brokers to use exit stacksAlex Grönholm2021-09-127-50/+42
* Implemented a pluggable event broker systemAlex Grönholm2021-09-118-0/+456