You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
service_unit_name here is a single value and right now I believe we're not able to set multiple of these.
One idea might be to use something similar to each_process_with_index, but in this specific case I guess we won't need the PID (I'm actually switching to systemd due to the upcoming deprecations, so trying to avoid PIDs at all cost).
Let me know your thoughts about this, I can work on a PR once we reach an agreement.
The text was updated successfully, but these errors were encountered:
According to sidekiq's official example systemd unit file:
So far so good. But when using
capistrano-sidekiq
, if I set theinit_system
to:systemd
the service will be started/restarted/stopped with:service_unit_name
here is a single value and right now I believe we're not able to set multiple of these.One idea might be to use something similar to
each_process_with_index
, but in this specific case I guess we won't need the PID (I'm actually switching tosystemd
due to the upcoming deprecations, so trying to avoid PIDs at all cost).Let me know your thoughts about this, I can work on a PR once we reach an agreement.
The text was updated successfully, but these errors were encountered: