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

cloud: Load submissions into PostgreSQL only, faster #542

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

spbnick
Copy link
Collaborator

@spbnick spbnick commented Jul 5, 2024

Remove loading submissions into BigQuery until we come up with a way to increase throughput (likely pulling chunks from PostgreSQL). This should help us deal with the backlog in production submission queue.

We might also need to either switch to direct triggering of Cloud Functions by messages from the queue, to reduce latency, or simply switch to a persistent Cloud Run service.

Concerns: #541

Remove loading submissions into BigQuery until we come up with a way to
increase throughput (likely pulling chunks from PostgreSQL). This should
help us deal with the backlog in production submission queue.

We might also need to either switch to direct triggering of Cloud
Functions by messages from the queue, to reduce latency, or simply
switch to a persistent Cloud Run service.

Concerns: #541
@spbnick spbnick force-pushed the load_submissions_into_psql_only branch from 6eb462c to 91e3025 Compare July 5, 2024 15:54
@spbnick spbnick marked this pull request as ready for review July 5, 2024 19:21
@spbnick spbnick merged commit 97e5723 into main Jul 5, 2024
6 checks passed
@spbnick spbnick deleted the load_submissions_into_psql_only branch July 5, 2024 19:22
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