Skip to content

Make AQL setup on Coordinators asynchronous #21080

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 157 commits into from
Aug 13, 2025
Merged

Conversation

goedderz
Copy link
Member

@goedderz goedderz commented Jun 19, 2024

Scope & Purpose

Rewrite the AQL setup code (e.g. prepareQuery, buildEngines etc.) into coroutines and make them asynchronous, i.e. don't block threads while waiting for network requests. This affects the Coordinator.

  • 💩 Bugfix
  • 🍕 New feature
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification

Checklist

  • 📖 CHANGELOG entry made

@goedderz goedderz added this to the devel milestone Jun 19, 2024
@goedderz goedderz self-assigned this Jun 19, 2024
@cla-bot cla-bot bot added the cla-signed label Jun 19, 2024
Base automatically changed from feature/refactor-resthandler-state-machine-into-coro to devel July 24, 2025 08:39
@goedderz goedderz changed the title Make AQL setup asynchronous Make AQL setup on Coordinators asynchronous Aug 13, 2025
@goedderz goedderz merged commit e937672 into devel Aug 13, 2025
1 of 2 checks passed
@goedderz goedderz deleted the feature/make-aql-setup-async branch August 13, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants