Skip to content
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

Suggestion about way fixed bug #1080 #1081

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TemaMix
Copy link

@TemaMix TemaMix commented Mar 13, 2019

Description

I suggest adding an additional a pid_delimiter attribute for the daemons gem. This attribute does not affect on compatibility with previous versions delayed_job or demons gems.

I also can add additional tests regading this changes if the changes will make sense.

Fixes #1080

:dir_mode => :normal,
:monitor => @monitor,
:ARGV => @args,
:pid_delimiter => options[:pid_delimiter]) do |*_args|

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this isn't backwards compatible with older daemons versions, as the options parsing will raise an error when it encounters this unknown option. Ideally there would be a PR that doesn't pass this option to daemons versions that don't support it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants