Sidekiq: Daemonization mode will be removed in Sidekiq Error

Created on 4 Mar 2019  路  4Comments  路  Source: mperham/sidekiq

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

screen shot 2019-03-04 at 5 10 08 pm

This errors puts console, Is there any solution or resource for this problem ?

4045 I looked at this source, but I didn't see any solution.

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.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bartimaeus picture bartimaeus  路  3Comments

nikhilm492 picture nikhilm492  路  4Comments

paul-ylz picture paul-ylz  路  4Comments

michaeldiscala picture michaeldiscala  路  4Comments

aglushkov picture aglushkov  路  3Comments