Age | Commit message (Collapse) | Author |
|
(This mostly means the removal of --logfile.)
|
|
Rather than passing our settings-object around, as well as
specific settings that are read from it, just pass the object.
The worker can read the settings directly if/when it needs to.
|
|
This means we can queue/dequeue to either Redis or Beanstalkd.
|
|
|
|
|
|
|
|
|
|
not used.
|
|
|
|
|
|
|
|
|
|
|
|
filename
if appropriate for logging.
|
|
|
|
|
|
--HG--
rename : lib/custodian.rb => lib/custodian/worker.rb
|
|
|
|
|
|
|
|
|
|
new helper tool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--HG--
rename : bin/worker => bin/custodian-dequeue
rename : bin/parser.rb => bin/custodian-enqueue
|