Skip to content

DX-1875: wait for type request to finish before sending scans #13

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

Merged
merged 1 commit into from
May 6, 2025

Conversation

CahidArda
Copy link
Collaborator

Because we were sending the single type request parallel with the scan requests, any of the requests could reach the server first. This meant that the scan requests could still slow down the type request.

With this change, we only allow scan requests if single type request isn't on flight.

Copy link

linear bot commented May 6, 2025

@buggyhunter buggyhunter merged commit 77b4e09 into master May 6, 2025
1 check 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