Sven Teresniak
07/15/2020, 4:38 PMflow.register()
and its working fine. i see the work in the dask-ui and in the prefect-ui as well. now the question: is there a easy way to modularize a flow? to allow imports of local modules (e.g. boilerplate code) to re-use code in different flows? in spark i can bundle a boilerplate.jar and publish the jar together with the job for a single job run (or the same jar for every job). is there any mechanism in prefect?
do i have to deploy the boilerplate code to my (every) dask-worker in advance?josh
07/15/2020, 4:52 PMPYTHONPATH
)Sven Teresniak
07/15/2020, 5:04 PMjosh
07/15/2020, 5:13 PM--death-timeout
--lifetime
--lifetime-restart
Sven Teresniak
07/15/2020, 6:17 PMSeconds to wait for a scheduler before closing
doesn't sound like Seconds to wait AFTER a SCHEDULED JOB before closing