-
Notifications
You must be signed in to change notification settings - Fork 152
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
more flexible config file format #21
Comments
what about specifying a different host and / or port number for the redis host? Right now it seems to default to localhost:6379 which isn't very useful. |
hmmm... this might be related to the problem of not running from a rails app. I see now that I could set it up in resque inititializer. |
I would just like ERB support and am willing to do it if you don't object. |
go ahead and send a pull request for ERB support. It should be simple enough to hack in. |
i see this has already made it into the repo. will you be pushing a new version with this to rubygems? |
I know this is an ancient issue/feature request, but I just came across a situation where this would be useful. Mostly, I need to be able to turn on/off and configure TERM_CHILD handling per queue. This would be incredibly powerful. |
To help with certain new features, but still retain backwards compatibility, here's the proposal: https://github.com/nevans/resque-pool/wiki/New-config-file-format
The text was updated successfully, but these errors were encountered: