python-batch-runner
python-batch-runner copied to clipboard
A tiny framework for building batch applications as a collection of tasks in a workflow.
Results
4
python-batch-runner issues
Sort by
recently updated
recently updated
newest added
Need to add guardrails and throw error if node is added with a non-existent dependency. Currently, this will cause the node to simply be ignored.
enhancement
APP_NAME is necessary for storing intermediate state/ctx files (in case of a job failure). When APP_NAME is blank/None, it will cause errors during save intervals. Guardrails should be in place...
enhancement