.TH "CELERY" "1" "2024-03-08" "5.3.6" "celery Manual" .SH NAME celery \- Celery command entrypoint. .SH SYNOPSIS .B celery [OPTIONS] COMMAND [ARGS]... .SH DESCRIPTION Celery command entrypoint. .SH OPTIONS .TP \fB\-A,\fP \-\-app APPLICATION .PP .TP \fB\-b,\fP \-\-broker TEXT .PP .TP \fB\-\-result\-backend\fP TEXT .PP .TP \fB\-\-loader\fP TEXT .PP .TP \fB\-\-config\fP TEXT .PP .TP \fB\-\-workdir\fP PATH .PP .TP \fB\-C,\fP \-\-no\-color .PP .TP \fB\-q,\fP \-\-quiet .PP .TP \fB\-\-version\fP .PP .TP \fB\-\-skip\-checks\fP Skip Django core checks on startup. Setting the SKIP_CHECKS environment variable to any non-empty string will have the same effect. .SH COMMANDS .PP \fBreport\fP Shows information useful to include in... See \fBcelery-report(1)\fP for full documentation on the \fBreport\fP command. .PP \fBpurge\fP Erase all messages from all known task... See \fBcelery-purge(1)\fP for full documentation on the \fBpurge\fP command. .PP \fBcall\fP Call a task by name. See \fBcelery-call(1)\fP for full documentation on the \fBcall\fP command. .PP \fBbeat\fP Start the beat periodic task scheduler. See \fBcelery-beat(1)\fP for full documentation on the \fBbeat\fP command. .PP \fBlist\fP Get info from broker. See \fBcelery-list(1)\fP for full documentation on the \fBlist\fP command. .PP \fBresult\fP Print the return value for a given task id. See \fBcelery-result(1)\fP for full documentation on the \fBresult\fP command. .PP \fBmigrate\fP Migrate tasks from one broker to another. See \fBcelery-migrate(1)\fP for full documentation on the \fBmigrate\fP command. .PP \fBstatus\fP Show list of workers that are online. See \fBcelery-status(1)\fP for full documentation on the \fBstatus\fP command. .PP \fBworker\fP Start worker instance. See \fBcelery-worker(1)\fP for full documentation on the \fBworker\fP command. .PP \fBevents\fP Event-stream utilities. See \fBcelery-events(1)\fP for full documentation on the \fBevents\fP command. .PP \fBinspect\fP Inspect the worker at runtime. See \fBcelery-inspect(1)\fP for full documentation on the \fBinspect\fP command. .PP \fBcontrol\fP Workers remote control. See \fBcelery-control(1)\fP for full documentation on the \fBcontrol\fP command. .PP \fBgraph\fP The ``celery graph`` command. See \fBcelery-graph(1)\fP for full documentation on the \fBgraph\fP command. .PP \fBupgrade\fP Perform upgrade between versions. See \fBcelery-upgrade(1)\fP for full documentation on the \fBupgrade\fP command. .PP \fBlogtool\fP The ``celery logtool`` command. See \fBcelery-logtool(1)\fP for full documentation on the \fBlogtool\fP command. .PP \fBamqp\fP AMQP Administration Shell. See \fBcelery-amqp(1)\fP for full documentation on the \fBamqp\fP command. .PP \fBshell\fP Start shell session with convenient access... See \fBcelery-shell(1)\fP for full documentation on the \fBshell\fP command. .PP \fBmulti\fP Start multiple worker instances. See \fBcelery-multi(1)\fP for full documentation on the \fBmulti\fP command.