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
In Rails 5 there is already an :async adapter for ActiveJob which we could use for all the backend processing instead of wrapping it into a Thread ....
In Rails 5 there is already an :async adapter for ActiveJob which we could use for all the backend processing instead of wrapping it into a Thread ....
http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/AsyncAdapter.html