Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloud: Load submissions into PostgreSQL only, faster
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
- Loading branch information