about summary refs log tree commit diff
path: root/lib/presque (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix missing methodfranck cuny2010-07-081-1/+7
|
* don't look for job in delay queuesfranck cuny2010-07-083-72/+26
|
* this service will periodicaly check if any job is in delay queue, and move ↵franck cuny2010-07-081-0/+43
| | | | them to standard queue if they must be processed now
* useless keysfranck cuny2010-07-071-5/+1
|
* doc; fix bug while deleting a workerfranck cuny2010-07-072-2/+6
|
* can return all jobs from a queuefranck cuny2010-07-071-2/+27
|
* delete jobfranck cuny2010-07-072-0/+3
|
* reflect change about worker id; update PODfranck cuny2010-07-054-29/+38
|
* worker's id is in the headersfranck cuny2010-07-051-15/+11
|
* fixed too strict inequality test in BatchHandler to send the correctNils Grunwald2010-07-041-1/+1
| | | | number of jobs
* update on statsfranck cuny2010-07-012-60/+39
|
* from a methodfranck cuny2010-07-011-1/+1
|
* don't store anymore the next_runfranck cuny2010-07-011-10/+1
|
* use hashes to store statsfranck cuny2010-07-011-33/+64
|
* processed and failed are stored in a hashfranck cuny2010-06-301-9/+16
|
* remove the next_run_afterfranck cuny2010-06-301-7/+1
|
* some new queue namesfranck cuny2010-06-301-23/+24
|
* remove delete and processedfranck cuny2010-06-291-1/+2
|
* update PODfranck cuny2010-06-282-3/+57
|
* update PODfranck cuny2010-06-284-14/+90
|
* default batch size is 10; delete from jobs from uniqfranck cuny2010-06-282-17/+61
|
* update PODfranck cuny2010-06-281-1/+1
|
* uniq is composed from the queue_name and the uniq keyfranck cuny2010-06-281-2/+2
|
* store value for next delayed job, return info with control statusfranck cuny2010-06-283-4/+21
|
* add POD; fix queue size when nullfranck cuny2010-06-253-6/+30
|
* alter order for arguments in methods callfranck cuny2010-06-242-35/+94
|
* some POD update, code cleanup, ...franck cuny2010-06-244-12/+28
|
* rename rolesfranck cuny2010-06-244-7/+115
|
* moved to role::queue::namesfranck cuny2010-06-241-55/+0
|
* rename methodfranck cuny2010-06-241-1/+1
|
* code cleanup; split in methods so we can extend this handlerfranck cuny2010-06-241-111/+136
|
* extends restqueue handler and overwrite only needed methodsfranck cuny2010-06-241-0/+148
|
* add PODfranck cuny2010-06-241-4/+28
|
* remove before for http methods, set content type before finishfranck cuny2010-06-231-19/+2
|
* fix bug with uuid and add uniquefranck cuny2010-06-231-1/+6
|
* fix orderfranck cuny2010-06-221-2/+2
|
* fix POD; add ROUTES filefranck cuny2010-06-221-1/+3
|
* spec for worker handlerfranck cuny2010-05-151-0/+86
|
* spec for rest queue handlerfranck cuny2010-05-151-9/+35
|
* spec for control handlerfranck cuny2010-05-151-1/+56
|
* add PODfranck cuny2010-05-151-12/+6
|
* PODfranck cuny2010-05-151-3/+33
|
* mget and use entityfranck cuny2010-05-151-13/+8
|
* use 'entity' to serialize response contentfranck cuny2010-05-151-12/+8
|
* serialize to json the responsefranck cuny2010-05-151-0/+29
|
* stats about processed and failed jobsfranck cuny2010-05-151-3/+5
|
* return some stats about workersfranck cuny2010-05-151-11/+57
|
* fix keys namefranck cuny2010-05-151-4/+4
|
* add stats about how many jobs have been processed and failedfranck cuny2010-05-151-17/+18
|
* add processed and failedfranck cuny2010-05-151-0/+10
|
* some around methods, code clean upfranck cuny2010-05-151-41/+76
|
* use new rolefranck cuny2010-05-153-28/+33
|
* role to check if queue_name is set before dispatch to http methodfranck cuny2010-05-151-0/+28
|
* change status, 201 (created) instead of 204 (no content)franck cuny2010-05-131-1/+1
|
* handler to reg/unreg workersfranck cuny2010-05-131-0/+51
|
* more cleaning, add stat on processed jobsfranck cuny2010-05-131-55/+40
|
* cleanup, register what a worker is doingfranck cuny2010-05-131-22/+33
|
* _queue_workerfranck cuny2010-05-131-0/+5
|
* load jsonfranck cuny2010-05-131-0/+1
|
* error, check if queue is open before sending job, some small tweakfranck cuny2010-05-093-47/+54
|
* use rolesfranck cuny2010-05-094-67/+20
|
* new role to handle error and set content typefranck cuny2010-05-092-0/+48
|
* remove backendfranck cuny2010-05-091-0/+0
|
* use presque::r::qnfranck cuny2010-05-093-9/+19
|
* delayed is a paramfranck cuny2010-05-091-25/+74
|
* role to create various queue_namefranck cuny2010-05-091-0/+35
|
* cleanupfranck cuny2010-04-141-1/+3
|
* return a json objectfranck cuny2010-04-141-10/+13
|
* basic handler to control queuefranck cuny2010-04-141-0/+100
|
* fix errorfranck cuny2010-04-141-1/+1
|
* check if queue_name is givenfranck cuny2010-04-141-0/+10
|
* fix: del, not deletefranck cuny2010-04-141-1/+1
|
* update handlers, add POD, ...franck cuny2010-04-144-18/+260
|
* basic REST job queue using tatsumaki + redisfranck cuny2010-04-134-0/+108