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

Concurrency Properties added to config #95

Open
joneubank opened this issue Oct 8, 2021 · 0 comments
Open

Concurrency Properties added to config #95

joneubank opened this issue Oct 8, 2021 · 0 comments
Assignees

Comments

@joneubank
Copy link
Member

Through the refactoring of the release process, several places have added code that is running DB and HTTP requests in parallel and limiting the concurrency with hardcoded numbers.

We want to move this into the config with sensible defaults and make them editable through environmental config if changes are ever needed. Likely these will never need to be edited but it would be good to be able to change them for a given environment based on performance issues without requiring code changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants