EventGate is not primarily a bulk data endpoint, so let's be sure not to overwhelm it with scraper events. Put a rate-limiting wrapper on the producer event_gate.ex, with an initial setting of 500 events/sec.
Verify that back-pressure is not slowing down the scrape eg. by profiling a smaller sample with the rate limit, vs. to /dev/null .
Monitor the EventGate Grafana dashboard when we run, to watch for any impact on server health eg. lag or request latency of other streams, or memory usage.