Celery v5.0.1 Documentation
used. login_method Login method used to connect to the broker. port Port of the remote broker. ssl SSL enabled/disabled. transport Name of transport used (e.g., amqp or redis) transport_options Options control.html. If supported by your broker backend, you can enable end-to-end SSL encryption and authentication using broker_use_ssl. Client In Celery, “client” refers to anything that sends messages to the located in /etc/ssl. app = Celery() app.conf.update( security_key='/etc/ssl/private/worker.key' security_certificate='/etc/ssl/certs/worker.pem' security_cert_store='/etc/ssl/certs/*.pem',0 码力 | 2313 页 | 2.13 MB | 1 年前3Celery v5.0.2 Documentation
used. login_method Login method used to connect to the broker. port Port of the remote broker. ssl SSL enabled/disabled. transport Name of transport used (e.g., amqp or redis) transport_options Options control.html. If supported by your broker backend, you can enable end-to-end SSL encryption and authentication using broker_use_ssl. Client In Celery, “client” refers to anything that sends messages to the located in /etc/ssl. app = Celery() app.conf.update( security_key='/etc/ssl/private/worker.key' security_certificate='/etc/ssl/certs/worker.pem' security_cert_store='/etc/ssl/certs/*.pem',0 码力 | 2313 页 | 2.14 MB | 1 年前3Celery v5.0.0 Documentation
used. login_method Login method used to connect to the broker. port Port of the remote broker. ssl SSL enabled/disabled. transport Name of transport used (e.g., amqp or redis) transport_options Options control.html. If supported by your broker backend, you can enable end-to-end SSL encryption and authentication using broker_use_ssl. Client In Celery, “client” refers to anything that sends messages to the located in /etc/ssl. app = Celery() app.conf.update( security_key='/etc/ssl/private/worker.key' security_certificate='/etc/ssl/certs/worker.pem' security_cert_store='/etc/ssl/certs/*.pem',0 码力 | 2309 页 | 2.13 MB | 1 年前3Celery v5.0.5 Documentation
used. login_method Login method used to connect to the broker. port Port of the remote broker. ssl SSL enabled/disabled. transport Name of transport used (e.g., amqp or redis) transport_options Options control.html. If supported by your broker backend, you can enable end-to-end SSL encryption and authentication using broker_use_ssl. Client In Celery, “client” refers to anything that sends messages to the located in /etc/ssl. app = Celery() app.conf.update( security_key='/etc/ssl/private/worker.key' security_certificate='/etc/ssl/certs/worker.pem' security_cert_store='/etc/ssl/certs/*.pem',0 码力 | 2315 页 | 2.14 MB | 1 年前3Celery 2.5 Documentation
files located in :/etc/ssl. CELERY_SECURITY_KEY = "/etc/ssl/private/worker.key" CELERY_SECURITY_CERTIFICATE = "/etc/ssl/certs/worker.pem" CELERY_SECURITY_CERT_STORE = "/etc/ssl/certs/\*.pem" from celery BROKER_PASSWORD Password to connect with. BROKER_VHOST Virtual host. Default is “/”. BROKER_USE_SSL Use SSL to connect to the broker. Off by default. This may not be supported by all transports. BROKER_POOL_LIMIT mail server is listening on. Default is 25. EMAIL_USE_SSL Use SSL when connecting to the SMTP server. Disabled by default. EMAIL_USE_TLS Use TLS when connecting to the SMTP server. Disabled by default0 码力 | 647 页 | 1011.88 KB | 1 年前3Celery 2.4 Documentation
BROKER_PASSWORD Password to connect with. BROKER_VHOST Virtual host. Default is “/”. BROKER_USE_SSL Use SSL to connect to the broker. Off by default. This may not be supported by all transports. BROKER_POOL_LIMIT mail server is listening on. Default is 25. EMAIL_USE_SSL Use SSL when connecting to the SMTP server. Disabled by default. EMAIL_USE_TLS Use TLS when connecting to the SMTP server. Disabled by default messages be encrypted? Answer: Some AMQP brokers supports using SSL (including RabbitMQ). You can enable this using the BROKER_USE_SSL setting. It is also possible to add additional encryption and security0 码力 | 395 页 | 1.54 MB | 1 年前3Celery 2.4 Documentation
BROKER_PASSWORD Password to connect with. BROKER_VHOST Virtual host. Default is “/”. BROKER_USE_SSL Use SSL to connect to the broker. Off by default. This may not be supported by all transports. BROKER_POOL_LIMIT mail server is listening on. Default is 25. EMAIL_USE_SSL Use SSL when connecting to the SMTP server. Disabled by default. EMAIL_USE_TLS Use TLS when connecting to the SMTP server. Disabled by default messages be encrypted? Answer: Some AMQP brokers supports using SSL (including RabbitMQ). You can enable this using the BROKER_USE_SSL setting. It is also possible to add additional encryption and security0 码力 | 543 页 | 957.42 KB | 1 年前3Celery 3.0 Documentation
used. login_method Login method used to connect to the broker. port Port of the remote broker. ssl SSL enabled/disabled. transport Name of transport used (e.g., amqp or redis) transport_options Options control.html. If supported by your broker backend, you can enable end-to-end SSL encryption and authentication using broker_use_ssl. Client In Celery, “client” refers to anything that sends messages to the located in /etc/ssl. app = Celery() app.conf.update( security_key='/etc/ssl/private/worker.key' security_certificate='/etc/ssl/certs/worker.pem' security_cert_store='/etc/ssl/certs/*.pem', )0 码力 | 2110 页 | 2.23 MB | 1 年前3Celery v4.0.0 Documentation
used. login_method Login method used to connect to the broker. port Port of the remote broker. ssl SSL enabled/disabled. transport Name of transport used (e.g., amqp or redis) transport_options Options control.html. If supported by your broker backend, you can enable end-to-end SSL encryption and authentication using broker_use_ssl. Client In Celery, “client” refers to anything that sends messages to the located in /etc/ssl. app = Celery() app.conf.update( security_key='/etc/ssl/private/worker.key' security_certificate='/etc/ssl/certs/worker.pem' security_cert_store='/etc/ssl/certs/*.pem', )0 码力 | 2106 页 | 2.23 MB | 1 年前3Celery 3.1 Documentation
used. login_method Login method used to connect to the broker. port Port of the remote broker. ssl SSL enabled/disabled. transport Name of transport used (e.g. amqp or redis) transport_options Options control.html. If supported by your broker backend, you can enable end-to-end SSL encryption and authentication using BROKER_USE_SSL. Client In Celery, “client” refers to anything that sends messages to the certificate files located in /etc/ssl. CELERY_SECURITY_KEY = '/etc/ssl/private/worker.key' CELERY_SECURITY_CERTIFICATE = '/etc/ssl/certs/worker.pem' CELERY_SECURITY_CERT_STORE = '/etc/ssl/certs/*.pem' from celery0 码力 | 887 页 | 1.22 MB | 1 年前3
共 47 条
- 1
- 2
- 3
- 4
- 5