-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.0.0 #236
Release 2.0.0 #236
Conversation
|
||
require 'capistrano/sidekiq' | ||
install_plugin Capistrano::Sidekiq # Default sidekiq tasks | ||
# Then select your service manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include monit here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seuros please include monit here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Readme is totaly outdated, i will do that once the gem is full working in this branch.
You can open PR against this branch if you can help. I will merge
lib/capistrano/tasks/systemd.rake
Outdated
task :quiet do | ||
on roles fetch(:sidekiq_roles) do |role| | ||
git_plugin.switch_user(role) do | ||
execute :systemctl, "--user", "reload", fetch(:sidekiq_service_unit_name), raise_on_non_zero_exit: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"--user"
still hardcoded against #228.
Is there any news on this PR? |
Anyway we can help on this PR? |
Hi @seuros! Hope you are doing fine! Will you finish this PR? |
@egracens , thank you for the ping. |
Can you use |
551689e
to
6fce5fc
Compare
|
||
require 'capistrano/sidekiq' | ||
install_plugin Capistrano::Sidekiq # Default sidekiq tasks | ||
# Then select your service manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seuros please include monit here.
942b84d
to
9767f2c
Compare
Any news? Btw, I'm not sure it is required to have |
What is missing? Can we help? Version 1.0.2 works great for me with sidekiq 6.0.6 using Systemd. |
|
Version 1.0.3 lock the sidekiq gem to Just lock capistrano-sidekiq to 1.0.2 and you should be fine. |
@JoeDupuis thanks for the hint, but when I try to use 1.0.2 I get this error during
|
@23tux , master will work for you. |
Sorry, i meant this branch. |
99f9fc0
to
1ff9fa0
Compare
I tested it on a Debian 10 Server worked perfectly Thanks :) |
Thanks for the feedback. I'm releasing 2.0.0.beta1 . I will test in other OSes. And we readd features dropped such as multi processes support. |
I'm a bit late for the party with this question, but what was the reason to drop sidekiq 5 support? |
closes #233 #234
fixes #228