Constantino Schillebeeckx
@task def sleep_5(): print(f'sleeping 5') time.sleep(5) print(f'done sleeping 5') @task def sleep_x(x): print(f'sleeping {x}') time.sleep(x) print(f'done sleeping {x}') with DHFlow("foo") as flow: sleep_5() sleep_x.map([7, 8])
sleep_5
sleep_x
Kevin Kho
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.