Hi everyone,
I am using sidekiq 5.2.5 version
Error: WARNING: Daemonization mode will be removed in Sidekiq 6.0, see #4045. Please use a proper process supervisor to start and manage your services
WARNING: PID file creation will be removed in Sidekiq 6.0, see #4045. Please use a proper process supervisor to start and manage your services

This errors puts console, Is there any solution or resource for this problem ?
The solution is "Please use a proper process supervisor to start and manage your services"
@mperham Project sidekiq works with 6 different workers as background jobs unfortunately I could not find a source for how to organize this rake
There are examples of systemd and upstart integration in the examples directory. I recommend everyone learn systemd as it is the current best tool to run Sidekiq.
There are examples of systemd and upstart integration in the examples directory. I recommend everyone learn systemd as it is the current best tool to run Sidekiq.
Can you advise the method or type here the cmd to start sidekiq?
I am using bundle exec sidekiq -d -C config/sidekiq.yml but failed.
Most helpful comment
There are examples of systemd and upstart integration in the examples directory. I recommend everyone learn systemd as it is the current best tool to run Sidekiq.