···88 throw new Error(`TAP_URL is not set`);
99}
10101111+// for production deployments, consider running the firehose ingestion in a
1212+// separate sidecar process. the throughput from Tap (especially during
1313+// backfilling of existing repos) can overwhelm the server and block HTTP
1414+// request processing.
1115{
1216 const tap = new TapClient({
1317 url: env.TAP_URL,