Does using this method automatically reload sidekiq when code is changed or do we need to use something like rerun?
– AltonymousSep 10 '14 at 20:10
@Altonymous no it does not, you would have to use another method to reload sidekiq. I'm pretty sure you could modify this to incorporate rerun with it.
– ZeroInputCtrlJul 29 '15 at 21:15
is there anyway to launch sidekiq before rails starts? You can add it as a `before launch` task but it will wait until the process completes, which is what I do not want because i want them to run concurrently.
– DogEatDogJun 13 '18 at 14:59