summaryrefslogtreecommitdiff
path: root/examples/separate_worker/async_worker.py
Commit message (Collapse)AuthorAgeFilesLines
* Replaced the separate scheduler/worker example with a more practical alternativeAlex Grönholm2022-09-221-19/+15
|
* Updated the examplesAlex Grönholm2022-09-211-1/+2
|
* Major refactoringAlex Grönholm2022-09-211-7/+7
| | | | | | | | - Made SyncScheduler a synchronous wrapper for AsyncScheduler - Removed workers as a user interface - Removed synchronous interfaces for data stores and event brokers and refactored existing implementations to use the async interface - Added the current_async_scheduler contextvar - Added job executors
* Improved the "separate worker/scheduler" examplesAlex Grönholm2022-09-031-0/+42
Added async versions and alternate event broker options.