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(ingestion_pipeline): concurrency does not work when spawned #76

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

timonv
Copy link
Member

@timonv timonv commented Jun 22, 2024

Currency does did not work as expected. When spawning via Tokio::spawn the future would be polled directly, and any concurrency setting would not be respected. Because it had to be removed, improved tracing for each step as well.

@timonv timonv merged commit 7cbfc4e into master Jun 22, 2024
3 checks passed
@timonv timonv deleted the fix/remove-double-spawn branch June 22, 2024 19:19
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