binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

Add default manager and minion interval values for pyres_manager script #143

Closed charleschenster closed 7 years ago

charleschenster commented 9 years ago

Running the following command to startup pyres_manager failed without specifying values for interval and minions_interval.

pyres_manager --host=<redis_host> <queue>

In this pull request I'm using defaults used in horde.py so pyres_manager works out of the box without having to set interval and minions_interval.