Skip to content

Commit 4bab8e9

Browse files
committed
🔀 Merge branch 'upgrade/ronn-ng' into drop-support-for-old-versions
2 parents 2bca9a9 + 3dbd824 commit 4bab8e9

5 files changed

Lines changed: 13 additions & 56 deletions

File tree

man/resque-pool.1

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,59 @@
1-
.\" generated with Ronn/v0.7.3
2-
.\" http://github.com/rtomayko/ronn/tree/0.7.3
3-
.
4-
.TH "RESQUE\-POOL" "1" "June 2012" "RESQUE-POOL 0.4.0.DEV" "RESQUE-POOL"
5-
.
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3+
.TH "RESQUE\-POOL" "1" "February 2026" "RESQUE-POOL 0.7.1" "RESQUE-POOL"
64
.SH "NAME"
75
\fBresque\-pool\fR \- resque worker pool management
8-
.
96
.SH "SYNOPSIS"
107
\fBresque\-pool\fR \fIoptions\fR
11-
.
128
.SH "DESCRIPTION"
139
\fBResque\-pool\fR is the best way to manage a group (pool) of resque workers\.
14-
.
1510
.P
1611
When resque\-pool(1) is daemonized the \fBstdout\fR and \fBstderr\fR output streams are redirected to \fBresque\-pool\.stdxxx\.log\fR log files in the \fBlog\fR directory\. Additionally the PID file defaults to \fBresque\-pool\.pid\fR in the \fBtmp/pids\fR directory\.
17-
.
1812
.SH "OPTIONS"
19-
.
2013
.IP "\(bu" 4
2114
\fB\-c, \-\-config\fR \fIfile\fR: Uses the configuration specified in the \fIfile\fR provided instead of searching in the current and \fBconfig\fR directories for \fBresque\-pool\.yml\fR\.
22-
.
2315
.IP "\(bu" 4
2416
\fB\-a, \-\-appname\fR \fIname\fR: Specifies the app name to be used for logging and procline\. If not specified, this defaults to the current working directory\.
25-
.
2617
.IP "\(bu" 4
2718
\fB\-d, \-\-daemon\fR: Runs \fBresque\-pool\fR in the background as a daemon process\. This will redirect \fBstdout\fR and \fBstderr\fR to log files and write a PID file\.
28-
.
2919
.IP "\(bu" 4
3020
\fB\-o, \-\-stdout\fR \fIfile\fR: Writes the normal log output to \fIfile\fR instead of printing to the terminal\. When running as a daemon this defaults to the path \fBlog/resque\-pool\.stdout\.log\fR\.
31-
.
3221
.IP "\(bu" 4
3322
\fB\-e, \-\-stderr\fR \fIfile\fR: Writes the standard error output to \fIfile\fR instead of printing to the terminal\. When running as a daemon this defaults to the path \fBlog/resque\-pool\.stderr\.log\fR\.
34-
.
3523
.IP "\(bu" 4
3624
\fB\-\-nosync\fR Allows writes to \fBstdout\fR and \fBstderr\fR to be buffered\.
37-
.
3825
.IP "\(bu" 4
3926
\fB\-p, \-\-pidfile\fR \fIfile\fR: Writes the PID to the \fIfile\fR\. When running as a daemon this defaults to \fBtmp/pids/resque\-pool\.pid\fR\.
40-
.
4127
.IP "\(bu" 4
4228
\fB\-E, \-\-environment\fR \fIname\fR: Specifies the environment \fIname\fR to be set for \fBRAILS_ENV\fR, \fBRACK_ENV\fR and \fBRESQUE_ENV\fR which will be passed on to the pooled resque workers\.
43-
.
4429
.IP "\(bu" 4
4530
\fB\-\-term\-graceful\-wait\fR: Configure TERM signal handling so the master will gracefully request worker shut downs (via \fBQUIT\fR) and wait for the workers to quit before shutting down itself\. This is the same behavior as the \fBQUIT\fR signal\.
46-
.
4731
.IP "\(bu" 4
4832
\fB\-\-term\-graceful\fR: Configure TERM signal handling so the master will gracefully request worker shut downs (via \fBQUIT\fR) but shut itself down immediately\. This the same behavior as the \fBINT\fR signal\.
49-
.
5033
.IP "\(bu" 4
5134
\fB\-\-term\-immediate\fR: Configure TERM signal handling so the master will request imediate worker shut downs (via \fBINT\fR) and shut itself down immediately\. This is the default \fBTERM\fR signal behavior\.
52-
.
5335
.IP "" 0
54-
.
5536
.SH "HISTORY"
56-
.
5737
.TP
5838
\fBv0\.3\.0\fR
5939
Support for ruby 1\.9, resque 1\.20\.
60-
.
6140
.br
6241
Added appname for logging\.
63-
.
6442
.br
6543
Minor bugfixes\.
66-
.
6744
.TP
6845
\fBv0\.2\.0\fR
6946
Support for reloading logs and workers with \fBHUP\fR signal
70-
.
7147
.br
7248
Cleans up PID file on startup
73-
.
7449
.br
7550
Fixed \fB\-c, \-\-config\fR option\.
76-
.
7751
.TP
7852
\fBv0\.1\.0\fR
7953
\fBresque\-pool\fR command line interface added
80-
.
8154
.SH "AUTHOR"
8255
Nicholas Evans
83-
.
8456
.SH "COPYRIGHT"
85-
Copyright (C) 2010 by Nicholas Evans \fInick@ekenosen\.net\fR, et al\.
86-
.
57+
Copyright (C) 2010\-2026 by Nicholas Evans \fInick@rubinick\.dev\fR, et al\.
8758
.SH "SEE ALSO"
8859
resque\-pool\.yml(5)

man/resque-pool.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Nicholas Evans
8585

8686
## COPYRIGHT
8787

88-
Copyright (C) 2010 by Nicholas Evans <nick@ekenosen.net>, et al.
88+
Copyright (C) 2010-2026 by Nicholas Evans <nick@rubinick.dev>, et al.
8989

9090
## SEE ALSO
9191

man/resque-pool.yml.5

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,31 @@
1-
.\" generated with Ronn/v0.7.3
2-
.\" http://github.com/rtomayko/ronn/tree/0.7.3
3-
.
4-
.TH "RESQUE\-POOL\.YML" "5" "May 2012" "RESQUE-POOL 0.3.0.DEV" "RESQUE-POOL"
5-
.
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3+
.TH "RESQUE\-POOL\.YML" "5" "February 2026" "RESQUE-POOL 0.7.1" "RESQUE-POOL"
64
.SH "NAME"
75
\fBresque\-pool\.yml\fR \- resque\-pool pool configuration
8-
.
96
.SH "SYNOPSIS"
107
\fBresque\-pool\.yml\fR
11-
.
128
.br
139
\fBconfig/resque\-pool\.yml\fR
14-
.
1510
.SH "DESCRIPTION"
1611
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)\.
17-
.
1812
.P
1913
An example configuration
20-
.
2114
.IP "" 4
22-
.
2315
.nf
24-
2516
foo: 1
2617
bar: 2
2718
"foo,bar,baz": 1
2819

2920
production:
3021
"foo,bar,baz": 4
31-
.
3222
.fi
33-
.
3423
.IP "" 0
35-
.
3624
.P
3725
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\.
38-
.
3926
.SH "AUTHOR"
4027
Nicholas Evans
41-
.
4228
.SH "COPYRIGHT"
43-
Copyright (C) 2010 by Nicholas Evans \fInick@ekenosen\.net\fR, et al\.
44-
.
29+
Copyright (C) 2010\-2026 by Nicholas Evans \fInick@rubinick\.dev\fR, et al\.
4530
.SH "SEE ALSO"
4631
resque\-pool(1)

man/resque-pool.yml.5.ronn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ resque-pool.yml(5) -- resque-pool pool configuration
99
## DESCRIPTION
1010

1111
resque-pool(1) reads pool configuration data from `resque-pool.yml` (or
12-
the file specified with `-c` on the command line). The file contains queue-worker-count pairs, one per line. The configuration file supports both
12+
the file specified with `-c` on the command line). The file contains
13+
queue-worker-count pairs, one per line. The configuration file supports both
1314
using root level defaults as well as environment specific overrides
1415
(`RACK_ENV`, `RAILS_ENV`, and `RESQUE_ENV` environment variables can be used
1516
to determine environment).
@@ -34,7 +35,7 @@ Nicholas Evans
3435

3536
## COPYRIGHT
3637

37-
Copyright (C) 2010 by Nicholas Evans <nick@ekenosen.net>, et al.
38+
Copyright (C) 2010-2026 by Nicholas Evans <nick@rubinick.dev>, et al.
3839

3940
## SEE ALSO
4041

resque-pool.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
3737
spec.add_development_dependency "rspec"
3838
spec.add_development_dependency "cucumber"
3939
spec.add_development_dependency "aruba"
40-
spec.add_development_dependency "ronn"
40+
spec.add_development_dependency "ronn-ng"
4141
spec.add_development_dependency "mustache"
4242

4343
end

0 commit comments

Comments
 (0)