Releases: TkTech/chancy
Releases · TkTech/chancy
v0.10.6
v0.10.5
v0.10.3
Full Changelog: v0.10.2...v0.10.3
v0.10.2
v0.10.1
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.0
- Significant refactor of how queues work, which are now global and are stored in the database
chancy.executors.async_renamed tochancy.executors.asyncex- A new plugin,
WorkflowPlugin, is now available for simple DAGs. - Pruner plugin now calls the
cleanup()method on the various plugins when it triggers, giving other plugins a chance to cleanup custom tables and this is used by the Workflows plugin. - Some documentation improvements