Sha256: 42ce9bdafb31baab10308c05737149a91278e0a2e8fc650e6a940f0360098dc9

Contents?: true

Size: 1.28 KB

Versions: 16

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.DEV" "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

16 entries across 16 versions & 4 rubygems

Version Path
resque-pool-0.7.1 man/resque-pool.yml.5
resque-pool-0.7.0 man/resque-pool.yml.5
heroku-resque-pool-0.0.3 man/resque-pool.yml.5
heroku-resque-pool-0.0.2 man/resque-pool.yml.5
heroku-resque-pool-0.0.1 man/resque-pool.yml.5
heroku-resque-pool-0.0.0 man/resque-pool.yml.5
resque-pool-0.6.0 man/resque-pool.yml.5
resque-pool-0.6.0.rc1 man/resque-pool.yml.5
resque-pool-0.5.0 man/resque-pool.yml.5
resque-pool-0.5.0.rc1 man/resque-pool.yml.5
resque-pool-0.4.0 man/resque-pool.yml.5
resque-pool-0.4.0.rc3 man/resque-pool.yml.5
resque-pool-diet-0.3.1 man/resque-pool.yml.5
resque-pool-vinted-0.4.0.rc1 man/resque-pool.yml.5
resque-pool-0.4.0.rc2 man/resque-pool.yml.5
resque-pool-0.4.0.rc1 man/resque-pool.yml.5