cramos
06/09/2022, 2:59 PMDeploymentSpec(
flow_location="/path/to/flow/flow.py",
name="flow",
schedule=CronSchedule(
cron="*/5 * * * *",
),
flow_runner=SubprocessFlowRunner(),
flow_storage=FileStorageBlock(base_path='/path/storage')
)
Running on a VMKevin Kho
06/09/2022, 3:09 PMcramos
06/09/2022, 3:10 PM