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

[DAR-4304][External] Split annotation import payloads if required #955

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JBWilkie
Copy link
Collaborator

@JBWilkie JBWilkie commented Nov 3, 2024

Problem

When importing annotations, if any single payload exceeds the maximum size allowed by the server, we'll get a RequestEntitySizeExceeded error and the import will stop

Solution

When we receive this error, we attempt to split the payload into multiple payloads, then import each one individually

Changelog

Ability to import very large annotation files - Those that would normally exceed our API limits

Copy link

linear bot commented Nov 3, 2024

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