With large question sets, CSV export requests were timing out.
To address this, we’ve moved the heavier CSV exports to be processed on demand and emailed when complete. In most cases this is actually faster than the previous method as more dedicated compute is used to generate the export.
In the process, we also fixed a caching issue where stale and wrong reports were being returned.