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
There's a bug in <2.8.1 AA regarding CSV downloads. In particular, CSV files get generated completely in one request instead of using streaming for it, which can cause problems for huge dumps (10k+ rows depending on the service timeout).
AA released a fix for the bug in 2.8.1, that affects projects with rack >2.2, and I think we should enforce it properly in our projects, because we currently have ~> 2.6 in the recipe, which could potentially allow a <2.8.1 version, with this hard-to-find issue.
The text was updated successfully, but these errors were encountered:
There's a bug in <2.8.1 AA regarding CSV downloads. In particular, CSV files get generated completely in one request instead of using streaming for it, which can cause problems for huge dumps (10k+ rows depending on the service timeout).
AA released a fix for the bug in 2.8.1, that affects projects with rack >2.2, and I think we should enforce it properly in our projects, because we currently have
~> 2.6
in the recipe, which could potentially allow a <2.8.1 version, with this hard-to-find issue.The text was updated successfully, but these errors were encountered: