summary refs log tree commit diff
path: root/lib/presque/worker.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove worker's id from reg/unreg methodsfranck cuny2010-07-051-3/+5
|
* don't log when no job is availabefranck cuny2010-07-011-1/+1
|
* log errorfranck cuny2010-06-291-2/+9
|
* fix key namefranck cuny2010-06-281-1/+1
|
* renamefranck cuny2010-06-281-1/+0
|
* interval and queue_name from configfranck cuny2010-06-281-3/+26
|
* use net::presque and add some delegationfranck cuny2010-06-281-3/+27
|
* fixfranck cuny2010-06-211-0/+1
|
* idle if no job; else fetch next jobfranck cuny2010-06-211-2/+6
|
* add role for jobfranck cuny2010-06-091-0/+1
|
* add logger; move some code for work and job in roles;franck cuny2010-06-091-48/+2
|
* a simple worker; a role for the REST interface to presque; reg signalsfranck cuny2010-05-151-35/+43
| | | | to shutdown workers; log before starting a task; fork dispatcher (a la resque)
* fetch job from queue, handle job, handle failure, ...franck cuny2010-05-131-36/+95
|
* basic workerfranck cuny2010-04-141-5/+74
|
* initial commitfranck cuny2010-04-141-0/+33