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

chore: refactor query service endpoints #4810

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

worstell
Copy link
Contributor

@worstell worstell commented Mar 7, 2025

instead of hosting separate query services for each db instance and communicating endpoints via env var, host a single query service that proxies to the correct db conn using the db name. this service is accessible directly through the runner endpoint

@worstell worstell requested review from a team and alecthomas as code owners March 7, 2025 20:24
@alecthomas alecthomas mentioned this pull request Mar 7, 2025
@worstell worstell force-pushed the worstell/20250306-query-endpoints branch from e7301bc to 0690eaa Compare March 7, 2025 20:26
@worstell worstell enabled auto-merge (squash) March 7, 2025 20:29
@worstell worstell force-pushed the worstell/20250306-query-endpoints branch from 0690eaa to 2f875a8 Compare March 7, 2025 21:25
instead of hosting separate query services for each db instance and communicating endpoints via env var, host a single query service that proxies to the correct db conn using the db name. this service is accessible directly through the runner endpoint
@worstell worstell force-pushed the worstell/20250306-query-endpoints branch from 2f875a8 to b5457a9 Compare March 7, 2025 21:26
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