Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 661 Bytes

File metadata and controls

17 lines (11 loc) · 661 Bytes

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 :doc:`example implementation </example>` of how pyres can be used to spam check comments.