about summary refs log tree commit diff
path: root/lib/presque/RestQueueHandler.pm (follow)
Commit message (Expand)AuthorAgeFilesLines
* code cleanup; split in methods so we can extend this handlerfranck cuny2010-06-241-111/+136
* spec for rest queue handlerfranck cuny2010-05-151-9/+35
* stats about processed and failed jobsfranck cuny2010-05-151-3/+5
* some around methods, code clean upfranck cuny2010-05-151-41/+76
* change status, 201 (created) instead of 204 (no content)franck cuny2010-05-131-1/+1
* more cleaning, add stat on processed jobsfranck cuny2010-05-131-55/+40
* cleanup, register what a worker is doingfranck cuny2010-05-131-22/+33
* error, check if queue is open before sending job, some small tweakfranck cuny2010-05-091-32/+43
* use rolesfranck cuny2010-05-091-34/+10
* delayed is a paramfranck cuny2010-05-091-25/+74
* fix: del, not deletefranck cuny2010-04-141-1/+1
* update handlers, add POD, ...franck cuny2010-04-141-12/+109
* basic REST job queue using tatsumaki + redisfranck cuny2010-04-131-0/+81