kalisio / krawler

A minimalist (geospatial) ETL
https://kalisio.github.io/krawler/
MIT License
54 stars 13 forks source link

Make callOnHookItems more configurable #150

Closed claustres closed 3 years ago

claustres commented 3 years ago

At the current time if the hook item is an array it iterates over all elements. However, in some cases, this is not the desired behavior. For instance, we should be able to run a single command as an after hook on a job while it will currently run once for each resulting task.