Ruby on Rails Thursday, August 18, 2016


On Aug 18, 2016, at 5:10 PM, Dave Aronson <googlegroups.2.TRex@codosaur.us> wrote:

On Thursday, August 18, 2016, Phil Edelbrock <edelbrp@gmail.com> wrote:

Have a few cases where it is critically important to flush the output of 'render' immediately.

Sounds to me like you probably want to just enqueue a background task after the render, and have that do the heavy lifting later.


Yeah, that's probably the 'proper' way to do it.  Trouble is that it is banking information and we're supposed to not store that stuff in order to be PCI compliant.  Ironically, the slow task that's causing us the most delay/problems is the connection to the bank's API to store the banking information in a PCI compliant way, ha.  *shakes fist at authorize.net*


Phil

No comments:

Post a Comment