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

Resolves conflict when default work pool doesn't exist #8384

Merged
merged 2 commits into from
Feb 2, 2023

Conversation

desertaxle
Copy link
Member

@desertaxle desertaxle commented Feb 2, 2023

If the default work pool doesn't exist, then it's possible to get a conflict when creating a work queue named default. The default work pool is created, which creates a queue name default at the same time. This PR adds handling for that case.

Example

Checklist

  • This pull request references any related issue by including "closes <link to issue>"
    • If no issue exists and your change is not a small fix, please create an issue first.
  • This pull request includes tests or only affects documentation.
  • This pull request includes a label categorizing the change e.g. fix, feature, enhancement

@desertaxle desertaxle requested review from a team and zangell44 as code owners February 2, 2023 21:01
@netlify
Copy link

netlify bot commented Feb 2, 2023

Deploy Preview for prefect-orion ready!

Name Link
🔨 Latest commit c5cec8e
🔍 Latest deploy log https://app.netlify.com/sites/prefect-orion/deploys/63dc28d1c053860008a9b748
😎 Deploy Preview https://deploy-preview-8384--prefect-orion.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@desertaxle desertaxle added the fix A fix for a bug in an existing feature label Feb 2, 2023
@peytonrunyan peytonrunyan self-requested a review February 2, 2023 21:21
@desertaxle desertaxle merged commit 424a61d into main Feb 2, 2023
@desertaxle desertaxle deleted the fix-when-no-default-pool branch February 2, 2023 21:49
@zanieb zanieb mentioned this pull request Feb 3, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A fix for a bug in an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants