Can someone indicate how sidekiq is starting when we run rails server
? I looked everywhere in the code and can’t figure it out.
General recommendation in dev is just to use:
bin/unicorn
and then in another window:
bin/ember-cli
The unicorn wrapper ensure a Sidekiq process is started.
4 Likes