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

Fix: No longer require reserved concurrency #319

Merged
merged 1 commit into from
May 28, 2022
Merged

Conversation

ofhouse
Copy link
Member

@ofhouse ofhouse commented May 28, 2022

Reserved concurrency is no longer required with atomic deployments.
This was used previously to prevent conflicting deployments.

Since every deployment is now atomic, multiple deployments can happen at the same time without conflict with each other.

Fixes #251.

@ofhouse ofhouse added this to the v1.0.0-canary.2 milestone May 28, 2022
@ofhouse ofhouse merged commit c4112cf into main May 28, 2022
@ofhouse ofhouse deleted the fix/reserved-concurrency branch May 28, 2022 10:02
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

Successfully merging this pull request may close these issues.

Error during deployment regarding concurrency
1 participant