Join Slack
Powered by
When we deploy a flow without workpool, Is there a...
# pacc-aug-28-29-2024
s
Siva Nadesan
08/28/2024, 2:00 PM
When we deploy a flow without workpool, Is there a option to start in detached mode like does not stream the worker logs on console ?
b
Bianca Hoch
08/28/2024, 2:13 PM
Hi Siva! Are you looking to not have your flow run logs streamed to Prefect Cloud? Maybe with a test harness of sorts?
p
Punit Solanki
08/28/2024, 2:14 PM
Hi Siva. I have managed to achieve something similar using the "nohup &" command
👍 1
Punit Solanki
08/28/2024, 2:15 PM
This way the logs are transferred to a file named nohup.out and they don't clog your shell
2
Views
Open in Slack
Previous
Next