Skip to content

fix(wardrobe): split bulk upload chunks that exceed the server's conf - #175

Merged
Anyesh merged 1 commit into
mainfrom
fix/bulk-upload-chunk-limit-mismatch
Aug 22, 2026
Merged

fix(wardrobe): split bulk upload chunks that exceed the server's conf#175
Anyesh merged 1 commit into
mainfrom
fix/bulk-upload-chunk-limit-mismatch

Conversation

@Anyesh

@Anyesh Anyesh commented Aug 22, 2026

Copy link
Copy Markdown
Owner

max_bulk_upload_count is admin-configurable but never exposed to the client, so a chunk sized for the default 20 got the whole request rejected on any instance where it's lowered. Split and retry within the server-reported limit instead.

Description

Related Issue

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • CI/CD or build changes

Checklist

  • I have read the CONTRIBUTING guide
  • My code follows the project's coding style
  • I have added tests that prove my fix/feature works
  • New and existing tests pass locally
  • I have updated documentation as needed
  • My changes don't introduce new warnings or errors

Testing

Test Environment

  • Docker Compose
  • Kubernetes
  • Local development

Tests Performed

Screenshots (if applicable)

Additional Notes

…igured limit

max_bulk_upload_count is admin-configurable but never exposed to the client,
so a chunk sized for the default 20 got the whole request rejected on any
instance where it's lowered. Split and retry within the server-reported
limit instead.
@Anyesh
Anyesh merged commit ec0fb17 into main Aug 22, 2026
6 checks passed
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