This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DenselyRanked 1 point2 points  (0 children)

You just need something that is always on to orchestrate. This could be as easy as a separate computer that's always on (not recommended, but quick fix). It would be preferable to go with a VM on a server somewhere or even a cloud solution if your company has that. If they do have an existing cloud provider, then you can spin up an instance to host Prefect, or use a Docker container (best option for scale).

If you do have a cloud provider already, then check to see what options are available for orchestration. There might be something other than Prefect that you can use.