Tags: ansible/dispatcherd
Tags
chore: ensure httpx as dev dependency (#164) Signed-off-by: Alex <[email protected]>
Worker callbacks (#159) * Initial code implementation of worker callbacks Fix ordering of message and finished queues SonarCloud feedback More refactoring for SonarCloud Establish log directory Add logging, not working yet Remove test log Update the config docs for worker callbacks Remove method registry, did not need Wording Fix broken dependencies Minor sonarcloud issue * Update to new utility
Use a shared set of asyncio objects for code flow control (#153) * Change programming pattern to use a shared set of asyncio directives Fix sluggish shutdown timing out tests Further rely on shared object to bail when shutting down * Send settings to worker as JSON to address bug
Add more control commands (#132) * Add more control commands for debugging Add tests for new commands Add command for counts from main classes Use more consistent status data method Add pid of main process * Add test for task-from-task * Fix test to allow for control producer
ci: add dynamic versioning and build-publish workflow (#135) Signed-off-by: Alex <[email protected]>