summary refs log tree commit diff
path: root/lib/presque/worker/Role (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use payloadfranck cuny2010-11-261-1/+1
|
* log helper improvedniko2010-07-281-29/+10
|
* sub log(msg[,level]) helper addedniko2010-07-281-0/+8
|
* remove worker_idfranck cuny2010-07-071-1/+1
|
* remove worker's id from reg/unreg methodsfranck cuny2010-07-051-3/+0
|
* use try::tiny; send hash to mx::net::apifranck cuny2010-06-281-1/+2
|
* fix queue_namefranck cuny2010-06-283-3/+3
|
* missing queue_namefranck cuny2010-06-281-2/+2
|
* missing queue_namefranck cuny2010-06-281-3/+12
|
* default is a sub, loadfile instead of loadfranck cuny2010-06-281-2/+2
|
* renamefranck cuny2010-06-281-2/+2
|
* logger read from context; more net::presquefranck cuny2010-06-283-14/+47
|
* context is the configurationfranck cuny2010-06-281-0/+20
|
* remove rest client; use net::presque from nowfranck cuny2010-06-281-81/+0
|
* add logger; move some code for work and job in roles;franck cuny2010-06-096-36/+112
|
* a simple worker; a role for the REST interface to presque; reg signalsfranck cuny2010-05-153-8/+46
| | | | to shutdown workers; log before starting a task; fork dispatcher (a la resque)
* some roles to handle dispatch (fork), logging, worker life (handlefranck cuny2010-05-134-0/+133
signals, register, unregister, ...) and REST interface to presque