Daniel Saxton
09/23/2021, 9:17 PMprefect run
is there anything like a -d
flag (as in say docker run
) to detach the process and run in the background (i didn't see it in the docs but wanted to double check)?Kevin Kho
prefect run
, I think if you actually run with a backend (cloud or server), it would just start the process and not wait unless you ruse the --wait
flag.