Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Prefect to deploy Jobs #48

Open
alejandroarmas opened this issue Mar 7, 2023 · 0 comments
Open

Use Prefect to deploy Jobs #48

alejandroarmas opened this issue Mar 7, 2023 · 0 comments

Comments

@alejandroarmas
Copy link
Owner

Jobs are called Flows inside of Prefect. Now, we can automate and monitor managed workflows. Building on top of this, Deployments also enable remote flow run execution. We trigger ad-hoc parametrized flow runs, to train our ML models, via the UI or an API call. You could also schedule automatic flow runs that run anywhere you can run a Prefect agent, including on remote infrastructure

This is done using:

  1. Prefect orchestration engine, either Prefect Cloud or a local Prefect server.
  2. An agent and work pool.

Example code found in this repository.

More background found here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant