summaryrefslogtreecommitdiff
path: root/tests/test_eventbrokers.py
Commit message (Expand)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-211-252/+73
* Improved the asyncpg event brokerAlex Grönholm2022-09-031-5/+3
* Added async Redis event broker and made the sync one resistant to connectivit...Alex Grönholm2022-09-031-2/+18
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-311-1/+1
* Fixed asyncpg event broker not having a "serializer" attributeAlex Grönholm2022-07-241-2/+1
* Added missing pytest.fixture decoratorAlex Grönholm2022-07-241-0/+1
* Fixed CancelScope errors when the startup or shutdown of AsyncDataStoreAdapte...Alex Grönholm2022-07-241-6/+24
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-191-98/+91
* Switched to Black for code formattingAlex Grönholm2022-04-201-42/+69
* Fixed mypy errors in testsAlex Grönholm2022-02-151-11/+12
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-0/+2
* Implemented one-shot event subscriptionsAlex Grönholm2021-09-131-104/+53
* Improved the event subscription systemAlex Grönholm2021-09-121-4/+4
* Applied the external_service mark to redis + mqtt tests tooAlex Grönholm2021-09-111-3/+6
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-0/+279