Pavel Novichkov
python > from prefect import flow, task > import time > > @task(timeout_seconds=5, log_prints=True) > def show_timeouts(): > print(“I will execute”) > time.sleep(10) > print(“I will not execute”) > > > if name == “main”: > show_timeouts()
Matthew Bell
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.