Skip to content

Add pre-create duplicate check and reduce sleep - #58

Open
mweibel wants to merge 1 commit into
fix/duplicate-lb-mutexfrom
fix/eliminate-sleep-precheck
Open

Add pre-create duplicate check and reduce sleep#58
mweibel wants to merge 1 commit into
fix/duplicate-lb-mutexfrom
fix/eliminate-sleep-precheck

Conversation

@mweibel

@mweibel mweibel commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Before creating a load balancer, list existing ones and skip creation if a LB with the same name already exists. This prevents duplicate creation even if the race window is hit.

Reduce the reconciliation sleep from 5-7.5s to 500ms. With the pre-check in place, the long delay is no longer required for correctness.

@mweibel
mweibel force-pushed the fix/eliminate-sleep-precheck branch from b3d37ea to 61ca492 Compare August 28, 2026 15:26
Before creating a load balancer, list existing ones and skip
creation if a LB with the same name already exists. This
prevents duplicate creation even if the race window is hit.

Reduce the reconciliation sleep from 5-7.5s to 500ms. With the
pre-check in place, the long delay is no longer required for correctness.
@mweibel
mweibel force-pushed the fix/eliminate-sleep-precheck branch from 61ca492 to ecb5f5d Compare August 28, 2026 15:48
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.

1 participant