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
{{ message }}
This repository was archived by the owner on Dec 23, 2018. It is now read-only.
We need to background things like Slack notifications, emails and possibly other long running operations eventually as we grow the app engagement (badges, recommendations).
We need to background things like Slack notifications, emails and possibly other long running operations eventually as we grow the app engagement (badges, recommendations).
We could also consider using active job to KISS: http://edgeguides.rubyonrails.org/active_job_basics.html
We could start with Delayed Job and eventually migrate to another, which provides nice flexibility. Here is the current list: http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html