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

Support all work pool types #30

Open
chrisguidry opened this issue Aug 19, 2024 · 0 comments
Open

Support all work pool types #30

chrisguidry opened this issue Aug 19, 2024 · 0 comments

Comments

@chrisguidry
Copy link
Collaborator

In the current state, work pools may be of type process or kubernetes (due to a quick shortcut/hack to use the -kubernetes prefect image). Any other type of work pool would require a custom image or the PIP_EXTRA_PACKAGES setting to load the additional integration packages with the correct worker implementations.

We should be able to support any kind of Prefect-maintained work pool declaratively by arranging for the installation of the appropriate integration package. For example, when using ecs, we'd arrange for prefect-aws to be installed in the worker, etc. The general-purpose way to accomplish this would be by reading the global collection catalog and installing (via PIP_EXTRA_PACKAGES?) the correct Prefect integration.

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

No branches or pull requests

1 participant