Skip to content

Conversation

@robdimarco
Copy link

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
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
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.

3 participants