Sha256: 8bb5b32da3b0f6e974d43d97fc6e6c9ebc5008cb9eb1cf0c18c3cf783887489c
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "RESQUE\-POOL\.YML" "5" "November 2011" "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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
resque-pool-0.3.0.beta.2 | man/resque-pool.yml.5 |