You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submission exports with thousands of rows are resource intensive, due to everything being stored in memory. Look at either trying to stream the file generation, or launching a separate process for doing so.