Sha256: afe826b46510494087f76cb414152e382c5a5d608662a916141afdb3da97d56e

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "RESQUE\-POOL\.YML" "5" "May 2012" "RESQUE-POOL 0.3.0" "RESQUE-POOL"
.
.SH "NAME"
\fBresque\-pool\.yml\fR \- resque\-pool pool configuration
.
.SH "SYNOPSIS"
\fBresque\-pool\.yml\fR
.
.br
\fBconfig/resque\-pool\.yml\fR
.
.SH "DESCRIPTION"
resque\-pool(1) reads pool configuration data from \fBresque\-pool\.yml\fR (or the file specified with \fB\-c\fR on the command line)\. The file contains queue\-worker\-count pairs, one per line\. The configuration file supports both using root level defaults as well as environment specific overrides (\fBRACK_ENV\fR, \fBRAILS_ENV\fR, and \fBRESQUE_ENV\fR environment variables can be used to determine environment)\.
.
.P
An example configuration
.
.IP "" 4
.
.nf

foo: 1
bar: 2
"foo,bar,baz": 1

production:
  "foo,bar,baz": 4
.
.fi
.
.IP "" 0
.
.P
will create 7 workers in production and 4 in other environment configurations\. The simpler worker definition \fBfoo: 1\fR will create 1 worker for the \fBfoo\fR queue, the more complicated \fBfoo,bar,baz: 1\fR will create 1 worker for the queues \fBfoo\fR, \fBbar\fR and \fBbaz\fR\.
.
.SH "AUTHOR"
Nicholas Evans
.
.SH "COPYRIGHT"
Copyright (C) 2010 by Nicholas Evans \fInick@ekenosen\.net\fR, et al\.
.
.SH "SEE ALSO"
resque\-pool(1)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resque-pool-0.3.0 man/resque-pool.yml.5