Skip to content

Pyres/pyres

This branch is 130 commits behind binarymatt/pyres:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d4f03b · Mar 10, 2012
Oct 14, 2011
Feb 24, 2012
Nov 30, 2011
Oct 24, 2011
Aug 12, 2010
Jun 16, 2011
Mar 1, 2011
Jun 16, 2011
Nov 20, 2009
Apr 12, 2011
Mar 10, 2012
Dec 10, 2009
Jun 13, 2011
Feb 13, 2010
Jun 16, 2011

Repository files navigation

Pyres - a Resque clone

Resque is a great implementation of a job queue by the people at github. It's written in ruby, which is great, but I primarily work in python. So I took on the task of porting over the code to python and PyRes was the result

Project Goals

Because of some differences between ruby and python, there are a couple of places where I chose speed over correctness. The goal will be to eventually take the application and make it more pythonic without sacrificing the awesome functionality found in resque. At the same time, I hope to stay within the bounds of the original api and web interface.

Running Tests

  1. Install nose: $ easy_install nose
  2. Start redis: $ redis-server [PATH_TO_YOUR_REDIS_CONFIG]
  3. Run nose: $ nosetests Or more verbosely: $ nosetests -v

##Mailing List

To join the list simply send an email to [email protected]. This will subscribe you and send you information about your subscription, include unsubscribe information.

The archive can be found at http://librelist.com/browser/.

Information

Packages

No packages published

Languages

  • Python 94.3%
  • JavaScript 3.4%
  • Shell 2.3%