How to run a flow in background? Right now I have an HTTP request that triggers these flows, but it always runs on main thread? Is there a way to make it run as a background process. I know tasks can be run background in prefect3.0, but I am looking for a solution for flows in prefect2.0
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Not Able to run flows via API | 2 | 1655 | November 22, 2022 | |
My flow won't stop running in the background | 7 | 1348 | December 3, 2022 | |
How to disable schedule when running flows locally with flow.run()? | 0 | 569 | February 15, 2022 | |
Trouble trigger flow via API call | 2 | 979 | May 1, 2023 | |
How can I start a local flow run? | 0 | 742 | January 24, 2022 |