Prefect as local process without server #15066
Replies: 2 comments 3 replies
-
Hey @JaktensTid - as of right now you'll need to setup a server - note that servers can be run "ephemerally", meaning Prefect will automatically start the server in a subprocess so you don't need a longstanding API. Whether or not this is a good idea for your app I can't say. That being said, we are interested in supporting an execution mode that doesn't persist metadata to a server at all; we haven't planned this work yet but if others are interested we can consider picking it up sooner rather than later. |
Beta Was this translation helpful? Give feedback.
-
Hi @cicdw, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want Prefect to be an in-app built orchestration workflow engine in my open source project and leverage its entire functionality (like saving io of tasks, saving logs, etc) (flows will be executed from my application code as well). Is this possible, or I still need to install prefect server?
Beta Was this translation helpful? Give feedback.
All reactions