Posts by Marco Aurélio Castro • 1 point
2 posts
-
0
votes0
answers32
viewsQ: Session problem between Sidekiq and Devise
For some reason after processing Job on Sidekiq a Session falls. Follow the flow and more detail about the problem. Follow the code of Job: class GenerateProfileJob < ApplicationJob queue_as…
-
0
votes1
answer104
viewsQ: Ruby on Rails, how to improve the performance of the Hash to Activerecord transformation?
I am having a performance problem when transforming a hash for the activerecord model objects, the hash is returned by Gem Savon after consuming a web service. Benckmark has a relatively high time…