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

Fix bug setting worker_directory when using a symlink directory #793

Merged
merged 1 commit into from
Nov 6, 2015

Conversation

robdimarco
Copy link
Contributor

Fix for issue #770

The @cli_options variable is used to reflect the options passed from the command line.
The @options variable is the final set of options that will be used by the Runner instance
for configuration. When generating the restart data, we want to set the value in the @options
hash and not in the @cli_options hash.

The @cli_options variable is used to reflect the options passed from the command line.
The @options variable is the final set of options that will be used by the Runner instance
for configuration. When generating the restart data, we want to set the value in the @options
hash and not in the @cli_options hash.
@jdm-twtr
Copy link

@evanphx thoughts on this? This bug just caused some downtime for us.

@robdimarco
Copy link
Contributor Author

FWIW, we have been running this in production for the past 3 weeks with no issues.

evanphx added a commit that referenced this pull request Nov 6, 2015
…-bug

Fix bug setting worker_directory when using a symlink directory
@evanphx evanphx merged commit 718c401 into puma:master Nov 6, 2015
sydneycodes pushed a commit to groupon/backbeat that referenced this pull request Apr 11, 2016
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.

None yet

3 participants