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 500 on duplicate ports #861

Merged
merged 13 commits into from
Jan 5, 2025
Merged

Fix 500 on duplicate ports #861

merged 13 commits into from
Jan 5, 2025

Conversation

notAreYouScared
Copy link
Member

@notAreYouScared notAreYouScared commented Jan 5, 2025

This should also address N+1 issues from the last PR.

Also adds a 1000 port limit that's currently bypassed...

Old PR #661
Closes #655

This should also address N+1 issues from the last PR
@notAreYouScared notAreYouScared merged commit 7cc4358 into main Jan 5, 2025
17 checks passed
@notAreYouScared notAreYouScared deleted the charles/duplicate-ports branch January 5, 2025 03:30
@github-actions github-actions bot locked and limited conversation to collaborators Jan 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating an allocation that already exists results in a 500
2 participants