-
Notifications
You must be signed in to change notification settings - Fork 0
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
check for active workers when deploying #14
base: main
Are you sure you want to change the base?
Conversation
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
5 similar comments
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
This PR adds code to check if a work pool has active workers when deploying a flow in order to not display irrelevant informantion to users with an existing setup. This check is added to the various methods for deploying a flow.
closes PrefectHQ#15513
Checklist
This pull request references any related issue by including "closes "
If no issue exists and your change is not a small fix, please create an issue first.
If this pull request adds new functionality, it includes unit tests that cover the changes
If this pull request removes docs files, it includes redirect settings in mint.json.
If this pull request adds functions or classes, it includes helpful docstrings.