Celery 2.4 Documentation25. 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. EMAIL_TIMEOUT Timeout in seconds for and it should again remember previously revoked tasks when a --statedb is enabled. • Adds EMAIL_USE_TLS to enable secure SMTP connections (Issue #418). Contributed by Stefan Kjartansson. • Now handles utils.mail.Mailer(host=’localhost’, port=0, user=None, password=None, timeout=2, use_ssl=False, use_tls=False) send(message) class celery.utils.mail.Message(to=None, sender=None, subject=None, body=None0 码力 | 395 页 | 1.54 MB | 1 年前3
Celery 2.4 Documentation25. 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. EMAIL_TIMEOUT Timeout in seconds for and it should again remember previously revoked tasks when a -- statedb is enabled. Adds EMAIL_USE_TLS to enable secure SMTP connections (Issue #418). Contributed by Stefan Kjartansson. Now handles missing utils.mail.Mailer(host='localhost', port=0, user=None, password=None, timeout=2, use_ssl=False, use_tls=False) send(message) class celery.utils.mail.Message(to=None, sender=None, subject=None, body=None0 码力 | 543 页 | 957.42 KB | 1 年前3
Celery v5.0.1 Documentationrequirements. This backend requires the result_backend setting to be set to a Redis or Redis over TLS [https://www.iana.org/assignments/uri-schemes/prov/rediss] URL: result_backend = 'redis://:password@host:port/db' is the same as: result_backend = 'redis://' Use the rediss:// protocol to connect to redis over TLS: result_backend = 'rediss://:password@host:port/db? ssl_cert_reqs=required' Note that the ssl_cert_reqs Database number to use. Default is 0. The db can include an optional leading slash. When using a TLS connection (protocol is rediss://), you may pass in all values in broker_use_ssl as query parameters0 码力 | 2313 页 | 2.13 MB | 1 年前3
Celery v5.0.2 Documentationrequirements. This backend requires the result_backend setting to be set to a Redis or Redis over TLS [https://www.iana.org/assignments/uri-schemes/prov/rediss] URL: result_backend = 'redis://:password@host:port/db' is the same as: result_backend = 'redis://' Use the rediss:// protocol to connect to redis over TLS: result_backend = 'rediss://:password@host:port/db? ssl_cert_reqs=required' Note that the ssl_cert_reqs Database number to use. Default is 0. The db can include an optional leading slash. When using a TLS connection (protocol is rediss://), you may pass in all values in broker_use_ssl as query parameters0 码力 | 2313 页 | 2.14 MB | 1 年前3
Celery v5.0.0 Documentationrequirements. This backend requires the result_backend setting to be set to a Redis or Redis over TLS [https://www.iana.org/assignments/uri-schemes/prov/rediss] URL: result_backend = 'redis://:password@host:port/db' is the same as: result_backend = 'redis://' Use the rediss:// protocol to connect to redis over TLS: result_backend = 'rediss://:password@host:port/db? ssl_cert_reqs=required' Note that the ssl_cert_reqs Database number to use. Default is 0. The db can include an optional leading slash. When using a TLS connection (protocol is rediss://), you may pass in all values in broker_use_ssl as query parameters0 码力 | 2309 页 | 2.13 MB | 1 年前3
Celery v5.0.5 Documentationrequirements. This backend requires the result_backend setting to be set to a Redis or Redis over TLS [https://www.iana.org/assignments/uri-schemes/prov/rediss] URL: result_backend = 'redis://:password@host:port/db' is the same as: result_backend = 'redis://' Use the rediss:// protocol to connect to redis over TLS: result_backend = 'rediss://:password@host:port/db? ssl_cert_reqs=required' Note that the ssl_cert_reqs Database number to use. Default is 0. The db can include an optional leading slash. When using a TLS connection (protocol is rediss://), you may pass in all values in broker_use_ssl as query parameters0 码力 | 2315 页 | 2.14 MB | 1 年前3
Celery 2.5 Documentation25. 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. EMAIL_TIMEOUT Timeout in seconds for and it should again remember previously revoked tasks when a -- statedb is enabled. Adds EMAIL_USE_TLS to enable secure SMTP connections (Issue #418). Contributed by Stefan Kjartansson. Now handles missing utils.mail.Mailer(host='localhost', port=0, user=None, password=None, timeout=2, use_ssl=False, use_tls=False) send(message) class celery.utils.mail.Message(to=None, sender=None, subject=None, body=None0 码力 | 647 页 | 1011.88 KB | 1 年前3
Celery 3.0 Documentationrevoked tasks when a --statedb is enabled. Adds EMAIL_USE_TLS [http://django.readthedocs.io/en/latest/ref/settings.html#std:setting- EMAIL_USE_TLS] to enable secure SMTP connections (Issue #418 [https://github _task_join_will_block = blocks def task_join_will_block(): return _task_join_will_block class _TLS(threading.local): #: Apps with the :attr:`~celery.app.base.BaseApp.set_as_current` attribute instantiated app, #: and is the default app returned by :func:`app_or_default`. current_app = None _tls = _TLS() _task_stack = LocalStack() #: Function used to push a task to the thread local stack #: keeping0 码力 | 2110 页 | 2.23 MB | 1 年前3
Celery v4.0.0 Documentationrevoked tasks when a --statedb is enabled. Adds EMAIL_USE_TLS [http://django.readthedocs.io/en/latest/ref/settings.html#std:setting- EMAIL_USE_TLS] to enable secure SMTP connections (Issue #418 [https://github >>> Connection('amqp://', login_method='EXTERNAL', ssl={ ... 'ca_certs': '/etc/pki/tls/certs/something.crt', ... 'keyfile': '/etc/something/system.key', ... 'certfile': namespace, self.type) self.reply_exchange = self._get_reply_exchange(self.namespace) self._tls = local() self.unclaimed = defaultdict(deque) self.accept = self.accept if accept is0 码力 | 2106 页 | 2.23 MB | 1 年前3
Celery 2.5 Documentation5 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. EMAIL_TIMEOUT Timeout in seconds for and it should again remember previously revoked tasks when a --statedb is enabled. • Adds EMAIL_USE_TLS to enable secure SMTP connections (Issue #418). Contributed by Stefan Kjartansson. • Now handles utils.mail.Mailer(host=’localhost’, port=0, user=None, password=None, timeout=2, use_ssl=False, use_tls=False) send(message) 12.16. celery.utils.mail 281 Celery Documentation, Release 2.5.5 class celery0 码力 | 400 页 | 1.40 MB | 1 年前3
共 41 条
- 1
- 2
- 3
- 4
- 5













