This brings up the question on how to handle workers in a simple dockerized Rails production app.
In the case of a simple Rails application that occasionally sends some mails asynchronously and periodically cleans up a few ActiveRecord Blobs, are worker Gems like Sidekiq still needed? Or is the default configuration of Puma enough to get the job done?
0 comments:
Post a Comment
Thanks