Florian
05/03/2020, 12:31 PMflow.run()
leads to a blocking process until the flow has finished. Is there a way of submitting jobs to the dask cluster in an almost fire and forget scenario? Especially since my outputs are written to file or DB I really don’t need the return/result object. I basically want to dynamically create workflows submit them to the dask cluster and then have them finish based on available resources.
Could be that I am overlooking something super simple or using prefect for something it is not build for 🤷♂️ but would be nice to know 🙂Chris White
05/03/2020, 5:16 PM