MCPcopy
hub / github.com/celery/celery / macOS_proxy_detection_workaround

Method macOS_proxy_detection_workaround

celery/apps/worker.py:276–278  ·  view source on GitHub ↗

See https://github.com/celery/celery/issues#issue/161.

(self)

Source from the content-addressed store, hash-verified

274 install_rdb_handler()
275
276 def macOS_proxy_detection_workaround(self):
277 """See https://github.com/celery/celery/issues#issue/161."""
278 os.environ.setdefault('celery_dummy_proxy', 'set_by_celeryd')
279
280 def set_process_status(self, info):
281 return platforms.set_mp_process_title(

Callers 1

Calls 1

setdefaultMethod · 0.45

Tested by

no test coverage detected