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

fix(agent): use goroutines for processing requests from control plane #3849

Merged
merged 1 commit into from
May 16, 2024

Conversation

schoren
Copy link
Contributor

@schoren schoren commented May 13, 2024

This PR updates the handling of requests from the control plane to the agent so that the actual processing happens in a newly spawned goroutine. This allows for faster responses.

Copy link

vercel bot commented May 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tracetest ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 8:29pm

@schoren schoren changed the title use goroutines for processing fix(agent): use goroutines for processing requests from control plane May 14, 2024
@schoren schoren requested a review from mathnogueira May 14, 2024 18:59
@schoren schoren merged commit f07ac86 into main May 16, 2024
41 checks passed
@schoren schoren deleted the polling-speed branch May 16, 2024 15:07
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.

3 participants