John Seippel
from prefect import task from prefect.tasks import exponential_backoff @task(retries=3, retry_delay_seconds=exponential_backoff(backoff_factor=10)) def some_task_with_exponential_backoff_retries(): ...
Christopher Boyd
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.