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-2463][External] Adjusted maximum number of items that can be registered in a single request #857

Merged
merged 4 commits into from
Jul 19, 2024

Conversation

JBWilkie
Copy link
Collaborator

@JBWilkie JBWilkie commented Jun 6, 2024

Problem

Recently, we've encountered significant issues with our item processing queues being overloaded. Part of our strategy to mitigate this is to introduce rate limiting for the registration endpoints and a cap on the maximum number of items that can be registered in a single request. This PR introduces the latter for registration through darwin-py

Solution

Significantly reduce the maximum number of items that can be registered in a single request to 10

Changelog

Adjusted the maximum number of items that can be registered in a single request to 10 to reduce the chance of overloading our processing queues

@JBWilkie
Copy link
Collaborator Author

JBWilkie commented Jul 9, 2024

Closing since we haven't made this change on the BE, and we shouldn't introduce this into the SDK until the BE has been updated

@JBWilkie JBWilkie closed this Jul 9, 2024
@JBWilkie JBWilkie reopened this Jul 16, 2024
@JBWilkie JBWilkie merged commit 8dab049 into master Jul 19, 2024
20 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.

2 participants