Skip to content

fix: batch review assignment timeout via bulk insert#75

Merged
balebbae merged 1 commit intomainfrom
fix/batch-assign-timeout
Apr 16, 2026
Merged

fix: batch review assignment timeout via bulk insert#75
balebbae merged 1 commit intomainfrom
fix/batch-assign-timeout

Conversation

@balebbae
Copy link
Copy Markdown
Collaborator

Replace the per-row INSERT loop in BatchAssign with a single bulk INSERT using unnest, collapsing N network roundtrips into one. Addresses context deadline exceeded on /v1/superadmin/applications/assign.

Replace the per-row INSERT loop in BatchAssign with a single bulk
INSERT using unnest, collapsing N network roundtrips into one.
Addresses context deadline exceeded on /v1/superadmin/applications/assign.
@balebbae balebbae merged commit 718e98b into main Apr 16, 2026
2 checks passed
@balebbae balebbae deleted the fix/batch-assign-timeout branch April 16, 2026 22:16
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