summaryrefslogtreecommitdiff
path: root/lib/presque (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-26spec is read from contextmasterfranck cuny1-2/+1
2010-11-26use payloadfranck cuny1-1/+1
2010-11-26typofranck cuny1-1/+1
2010-11-26switch from net::http::api to net::http::sporefranck cuny1-5/+5
2010-11-26add new middleware for clientidfranck cuny1-6/+12
2010-11-26add new middleware for clientidfranck cuny1-0/+16
2010-07-30fix call to _fail_methodfranck cuny1-1/+1
2010-07-28log helper improvedniko1-29/+10
2010-07-28sub log(msg[,level]) helper addedniko1-0/+8
2010-07-07change where the check is donefranck cuny1-1/+1
2010-07-07remove worker_idfranck cuny1-1/+0
2010-07-07remove worker_idfranck cuny1-1/+1
2010-07-05remove worker's id from reg/unreg methodsfranck cuny2-6/+5
2010-07-01don't log when no job is availabefranck cuny1-1/+1
2010-06-29log errorfranck cuny1-2/+9
2010-06-28use try::tiny; send hash to mx::net::apifranck cuny1-1/+2
2010-06-28fix queue_namefranck cuny3-3/+3
2010-06-28missing queue_namefranck cuny1-2/+2
2010-06-28missing queue_namefranck cuny1-3/+12
2010-06-28fix key namefranck cuny1-1/+1
2010-06-28default is a sub, loadfile instead of loadfranck cuny1-2/+2
2010-06-28renamefranck cuny2-3/+2
2010-06-28interval and queue_name from configfranck cuny1-3/+26
2010-06-28logger read from context; more net::presquefranck cuny3-14/+47
2010-06-28use net::presque and add some delegationfranck cuny1-3/+27
2010-06-28context is the configurationfranck cuny1-0/+20
2010-06-28remove rest client; use net::presque from nowfranck cuny1-81/+0
2010-06-21fixfranck cuny1-0/+1
2010-06-21idle if no job; else fetch next jobfranck cuny1-2/+6
2010-06-09add role for jobfranck cuny1-0/+1
2010-06-09add logger; move some code for work and job in roles;franck cuny7-84/+114
2010-05-15a simple worker; a role for the REST interface to presque; reg signalsfranck cuny4-43/+89
to shutdown workers; log before starting a task; fork dispatcher (a la resque)
2010-05-13fetch job from queue, handle job, handle failure, ...franck cuny2-36/+118
2010-05-13some roles to handle dispatch (fork), logging, worker life (handlefranck cuny4-0/+133
signals, register, unregister, ...) and REST interface to presque
2010-04-14basic workerfranck cuny1-5/+74