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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: