summaryrefslogtreecommitdiff
path: root/examples/separate_worker/sync_worker.py
Commit message (Collapse)AuthorAgeFilesLines
* Replaced the separate scheduler/worker example with a more practical alternativeAlex Grönholm2022-09-221-15/+13
|
* Updated the examplesAlex Grönholm2022-09-211-1/+2
|
* Major refactoringAlex Grönholm2022-09-211-6/+6
| | | | | | | | - 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/+8
| | | | Added async versions and alternate event broker options.
* Updated the examples for v4Alex Grönholm2022-07-271-0/+26