Skip to content

Start background jobs

anthonyoleary edited this page Oct 16, 2015 · 1 revision

sidekiq is used to process the background jobs: you need Redis installed.

Currently the only background job is: class NotifySubscriberJob < ActiveJob::Base I will add another to generate demo data on a dev server [not for production]

On a mac: Step1:to start redis:

redis-server

step 2:start web server and the sidekiq

foreman start #uses the profile

to view the job running: http://localhost:3000/sidekiq