pyres
pyres copied to clipboard
a resque clone in python
I saw the last commit was on May, 2015, is the project still active?
There is a small typo in docs/source/intentions.rst. Should read `coming` rather than `comming`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
Open this in case anyone else needs this, also open to better suggestions for supporting redis 3
I tried to build this package, but tests failed: ``` platform linux2 -- Python 2.7.16rc1, pytest-3.10.1, py-1.7.0, pluggy-0.8.0 rootdir: /home/metal/debian/pyres, inifile: plugins: celery-4.2.1 collected 78 items / 1 deselected tests/test_failure.py...
Changes: * Fixed markdown syntax * Removed trailing space
We ported pyres to py3 last July and it still hasn't been released.
Clicking the "Docs" link redirects me to http://itybits.com/pyres/ which is apparently not a live site any more.
To generate the documentation anyone can now do: `tox -e docs`.
Here are a couple of fixes that we've used to be able to use Ruby to queue jobs and Python to run them. It's a great combo for us because...