Automatic Storage Pruning
This PR adds support for automatic storage pruning and for making HTTP requests during workflow execution (for use in algorithmic fauceting).
Configuration File Changes
New Fields
pruning_disabled
-> If set totrue
, storage pruning will be disabled.
Changelog
- Add support for storage pruning
#139