On Go Rails do you use any background workers for Stripe processing?
I'm trying to figure out if I should move some of the stripe payment processing and invoice lookups etc.. to background jobs. Any suggestions for a simple membership type site?
Here are a couple of resources using suckerpunch that I've read through.
http://brandonhilkert.com/blog/using-the-sucker-punch-ruby-gem-to-cache-stripe-data-in-rails/
Thanks Chris! I'm liking the new features you've added to Go Rails.