 Celery 2.0 DocumentationThe broker pushes tasks to the worker servers. A worker server is a networked machine running celeryd. This can be one or more machines depending on the workload. The result of the task can be stored will run the worker server in the foreground, so we can see what’s going on in the terminal: $ celeryd --loglevel=INFO However, in production you probably want to run the worker in the background as supervisord. For a complete listing of the command line options available, use the help command: $ celeryd --help For info on how to run celery as standalone daemon, see daemon mode reference 1.3.4 Executing0 码力 | 165 页 | 492.43 KB | 1 年前3 Celery 2.0 DocumentationThe broker pushes tasks to the worker servers. A worker server is a networked machine running celeryd. This can be one or more machines depending on the workload. The result of the task can be stored will run the worker server in the foreground, so we can see what’s going on in the terminal: $ celeryd --loglevel=INFO However, in production you probably want to run the worker in the background as supervisord. For a complete listing of the command line options available, use the help command: $ celeryd --help For info on how to run celery as standalone daemon, see daemon mode reference 1.3.4 Executing0 码力 | 165 页 | 492.43 KB | 1 年前3
 Celery 2.2 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 4.2 Running celeryd as a daemon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 5 Contributing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 230 10.28 celery.bin.celeryd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 10.33 celery.bin.celeryd_multi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 237 11 Internals0 码力 | 314 页 | 1.26 MB | 1 年前3 Celery 2.2 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 4.2 Running celeryd as a daemon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 5 Contributing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 230 10.28 celery.bin.celeryd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 10.33 celery.bin.celeryd_multi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 237 11 Internals0 码力 | 314 页 | 1.26 MB | 1 年前3
 Celery 2.1 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.2 Running celeryd as a daemon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 5 Community base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 9.26 celeryd - celery.bin.celeryd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 9 Command-line Shell - celery.bin.camqadm . . . . . . . . . . . . . . . . . . 164 9.31 Celeryd Multi Tool - celery.bin.celeryd_multi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 10 Internals0 码力 | 285 页 | 1.19 MB | 1 年前3 Celery 2.1 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.2 Running celeryd as a daemon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 5 Community base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 9.26 celeryd - celery.bin.celeryd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 9 Command-line Shell - celery.bin.camqadm . . . . . . . . . . . . . . . . . . 164 9.31 Celeryd Multi Tool - celery.bin.celeryd_multi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 10 Internals0 码力 | 285 页 | 1.19 MB | 1 年前3
 Celery 2.4 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 4.2 Running celeryd as a daemon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 5 Contributing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 10.30 celery.bin.celeryd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275 10.35 celery.bin.celeryd_multi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278 11 Internals0 码力 | 395 页 | 1.54 MB | 1 年前3 Celery 2.4 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 4.2 Running celeryd as a daemon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 5 Contributing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 10.30 celery.bin.celeryd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275 10.35 celery.bin.celeryd_multi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278 11 Internals0 码力 | 395 页 | 1.54 MB | 1 年前3
 Celery 2.3 Documentationarchitecture. The broker delivers tasks to the worker nodes. A worker node is a networked machine running celeryd. This can be one or more machines depending on the workload. The result of the task can be stored to import using the -I option to celeryd: $ celeryd -l info -I tasks,handlers This can be a single, or a comma separated list of task modules to import when celeryd starts. 1.3.3 Running the celery will run the worker server in the foreground, so we can see what’s going on in the terminal: $ celeryd --loglevel=INFO In production you will probably want to run the worker in the background as a daemon0 码力 | 334 页 | 1.25 MB | 1 年前3 Celery 2.3 Documentationarchitecture. The broker delivers tasks to the worker nodes. A worker node is a networked machine running celeryd. This can be one or more machines depending on the workload. The result of the task can be stored to import using the -I option to celeryd: $ celeryd -l info -I tasks,handlers This can be a single, or a comma separated list of task modules to import when celeryd starts. 1.3.3 Running the celery will run the worker server in the foreground, so we can see what’s going on in the terminal: $ celeryd --loglevel=INFO In production you will probably want to run the worker in the background as a daemon0 码力 | 334 页 | 1.25 MB | 1 年前3
 Celery 2.5 Documentationarchitecture. The broker delivers tasks to the worker nodes. A worker node is a networked machine running celeryd. This can be one or more machines depending on the workload. The result of the task can be stored to import using the -I option to celeryd: $ celeryd -l info -I tasks,handlers This can be a single, or a comma separated list of task modules to import when celeryd starts. 1.3.4 Running the celery will run the worker server in the foreground, so we can see what’s going on in the terminal: $ celeryd --loglevel=INFO In production you will probably want to run the worker in the background as a daemon0 码力 | 400 页 | 1.40 MB | 1 年前3 Celery 2.5 Documentationarchitecture. The broker delivers tasks to the worker nodes. A worker node is a networked machine running celeryd. This can be one or more machines depending on the workload. The result of the task can be stored to import using the -I option to celeryd: $ celeryd -l info -I tasks,handlers This can be a single, or a comma separated list of task modules to import when celeryd starts. 1.3.4 Running the celery will run the worker server in the foreground, so we can see what’s going on in the terminal: $ celeryd --loglevel=INFO In production you will probably want to run the worker in the background as a daemon0 码力 | 400 页 | 1.40 MB | 1 年前3
 Celery 1.0 DocumentationThe broker pushes tasks to the worker servers. A worker server is a networked machine running celeryd. This can be one or more machines, depending on the workload. The result of the task can be stored worker server in the foreground, so we can see what’s going on in the terminal: $ PYTHONPATH="." celeryd --loglevel=INFO However, in production you probably want to run the worker in the background as complete listing of the command line options available, use the help command: $ PYTHONPATH="." celeryd --help For info on how to run celery as standalone daemon, see daemon mode reference 1.3.4 Executing0 码力 | 123 页 | 400.69 KB | 1 年前3 Celery 1.0 DocumentationThe broker pushes tasks to the worker servers. A worker server is a networked machine running celeryd. This can be one or more machines, depending on the workload. The result of the task can be stored worker server in the foreground, so we can see what’s going on in the terminal: $ PYTHONPATH="." celeryd --loglevel=INFO However, in production you probably want to run the worker in the background as complete listing of the command line options available, use the help command: $ PYTHONPATH="." celeryd --help For info on how to run celery as standalone daemon, see daemon mode reference 1.3.4 Executing0 码力 | 123 页 | 400.69 KB | 1 年前3
 Celery 3.1 DocumentationSoftTimeLimitExceeded: clean_up_in_a_hurry() Time limits can also be set using the CELERYD_TASK_TIME_LIMIT / CELERYD_TASK_SOFT_TIME_LIMIT settings. Note: Time limits do not currently work on Windows and C extensions. The option can be set using the workers –maxtasksperchild argument or using the CELERYD_MAX_TASKS_PER_CHILD setting. Autoscaling New in version 2.2. pool support: prefork, gevent The include load average or the amount of memory available. You can specify a custom autoscaler with the CELERYD_AUTOSCALER setting. Queues A worker instance can consume from any number of queues. By default0 码力 | 607 页 | 2.27 MB | 1 年前3 Celery 3.1 DocumentationSoftTimeLimitExceeded: clean_up_in_a_hurry() Time limits can also be set using the CELERYD_TASK_TIME_LIMIT / CELERYD_TASK_SOFT_TIME_LIMIT settings. Note: Time limits do not currently work on Windows and C extensions. The option can be set using the workers –maxtasksperchild argument or using the CELERYD_MAX_TASKS_PER_CHILD setting. Autoscaling New in version 2.2. pool support: prefork, gevent The include load average or the amount of memory available. You can specify a custom autoscaler with the CELERYD_AUTOSCALER setting. Queues A worker instance can consume from any number of queues. By default0 码力 | 607 页 | 2.27 MB | 1 年前3
 Celery v4.1.0 Documentationcelery -A proj inspect current_prefetch_count Daemonization • Generic init-scripts – Init-script: celeryd * Example configuration * Using a login shell * Example Django configuration * Available options OpenBSD, and other Unix-like platforms. Init-script: celeryd Usage /etc/init.d/celeryd {start|stop|restart|status} Configuration file /etc/default/celeryd To configure this script to run the worker properly or your configuration module). The daemonization script is configured by the file /etc/default/celeryd. This is a shell (sh) script where you can add environment variables like the configuration options0 码力 | 714 页 | 2.63 MB | 1 年前3 Celery v4.1.0 Documentationcelery -A proj inspect current_prefetch_count Daemonization • Generic init-scripts – Init-script: celeryd * Example configuration * Using a login shell * Example Django configuration * Available options OpenBSD, and other Unix-like platforms. Init-script: celeryd Usage /etc/init.d/celeryd {start|stop|restart|status} Configuration file /etc/default/celeryd To configure this script to run the worker properly or your configuration module). The daemonization script is configured by the file /etc/default/celeryd. This is a shell (sh) script where you can add environment variables like the configuration options0 码力 | 714 页 | 2.63 MB | 1 年前3
 Celery 3.0 Documentationproj inspect current_prefetch_count 2.3.6 Daemonization • Generic init-scripts – Init-script: celeryd * Example configuration * Using a login shell * Example Django configuration * Available options Celery Documentation, Release 4.0.0 Init-script: celeryd Usage /etc/init.d/celeryd {start|stop|restart|status} Configuration file /etc/default/celeryd To configure this script to run the worker properly or your configuration module). The daemonization script is configured by the file /etc/default/celeryd. This is a shell (sh) script where you can add environment variables like the configuration options0 码力 | 703 页 | 2.60 MB | 1 年前3 Celery 3.0 Documentationproj inspect current_prefetch_count 2.3.6 Daemonization • Generic init-scripts – Init-script: celeryd * Example configuration * Using a login shell * Example Django configuration * Available options Celery Documentation, Release 4.0.0 Init-script: celeryd Usage /etc/init.d/celeryd {start|stop|restart|status} Configuration file /etc/default/celeryd To configure this script to run the worker properly or your configuration module). The daemonization script is configured by the file /etc/default/celeryd. This is a shell (sh) script where you can add environment variables like the configuration options0 码力 | 703 页 | 2.60 MB | 1 年前3
共 139 条
- 1
- 2
- 3
- 4
- 5
- 6
- 14













