mara / mara-pipelines

A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
MIT License
2.07k stars 100 forks source link

add max_retries for parallel tasks #105

Closed leo-schick closed 9 months ago

leo-schick commented 9 months ago

Adds support for max_retries for parallel tasks. The max_retries option is passed over to the tasks in the sub pipeline of the parallel task.