mke-dispatch icon indicating copy to clipboard operation
mke-dispatch copied to clipboard

Fix slow data export

Open nickgartmann opened this issue 5 years ago • 1 comments

Heroku has a 30 second limit on request times and the CSV export and JSON api often exceed that limit. The app should use an async task to pull the data and use some other system to return it to users.

nickgartmann avatar Feb 08 '19 21:02 nickgartmann

Removed the CSV export entirely in the rewrite until there is a workable solution

nickgartmann avatar May 21 '19 04:05 nickgartmann