Introduction¶
Pyres is a resque clone built in python. Resque is used by Github as their message queue. Both use Redis as the queue backend and provide a web-based monitoring application.
Read the blog post from github about how they use resque in production.
- synopsis
Put jobs (which can be any kind of class) on a queue and process them while watching the progress via your browser.
Read our example implementation of how pyres can be used to spam check comments.