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

Config by hostname #69

Closed
wants to merge 3 commits into from
Closed

Config by hostname #69

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 10, 2013

this enables by-hostname configuration for resque-pool.
environment variables can still be used as usual.

example

general_job1: 1
general_job2: 1

staging:
    staging_worker: 1

workers-production-1:
    can_only_be_run_once: 1
    generic_worker: 5

workers-production-2:
    generic_worker: 10

@nevans
Copy link
Collaborator

nevans commented Mar 25, 2015

I think this is obsoleted by ERB support (in 0.4.0) and also by the #85 PR (which I do hope to revisit and merge into master soon). Thanks for your contributions!

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.

1 participant