.TH "CELERYD" "1" .SH "NAME" celeryd \(em Celery Worker Daemon .SH "SYNOPSIS" .PP \fBceleryd\fR [\fB-c \fIprocesses\fR\fP] [\fB-f \fIlogfile\fR\fP] [\fB-l \fIloglevel\fR\fP] [\fB-n \fIhostname\fR\fP] [\fB-B\fP] [\fB-E\fP] [\fB\-\-discard\fP] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBceleryd\fR command. .PP This manual page was written for the \fBDebian\fP distribution because the original program does not have a manual page. .PP \fBceleryd\fR is a program that starts the Celery Worker Daemon. .SH "OPTIONS" .PP This program follows the usual GNU command line syntax, with long options starting with two dashes (`\-'). A summary of options is included below. .IP "\fB-c\fP \fB\-\-concurrency\fP " 10 Number of child processes processing the queue. The default is the number of CPUs available on your system. .IP "\fB-f\fP \fB\-\-logfile\fP " 10 Path to log file. If no logfile is specified, stderr is used. .IP "\fB-l\fP \fB\-\-loglevel\fP " 10 Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL. .IP "\fB-n\fP \fB\-\-hostname\fP " 10 Set custom hostname. .IP "\fB-B\fP \fB\-\-beat\fP " 10 Also run the celerybeat periodic task scheduler. Please note that there must only be one instance of this service. .IP "\fB-E\fP \fB\-\-events\fP " 10 Send events that can be captured by monitors like celerymon. .IP "\fB\-\-discard\fP " 10 Discard all waiting tasks before the daemon is started. WARNING: This is unrecoverable, and the tasks will be deleted from the messaging server. .SH "SEE ALSO" .PP celerybeat (1), celeryctl (1). .SH "AUTHOR" .PP This manual page was written by fladi FladischerMichael@fladi.at for the \fBDebian\fP system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. .\" created by instant / docbook-to-man