MCPcopy
hub / github.com/celery/celery / ImproperlyConfigured

Class ImproperlyConfigured

celery/exceptions.py:206–207  ·  view source on GitHub ↗

Celery is somehow improperly configured.

Source from the content-addressed store, hash-verified

204
205
206class ImproperlyConfigured(CeleryError):
207 """Celery is somehow improperly configured."""
208
209
210class SecurityError(CeleryError):

Callers 15

__init__.pyFile · 0.90
setup_securityFunction · 0.90
setup_queuesMethod · 0.90
createMethod · 0.90
__init__Method · 0.90
_parse_urlMethod · 0.90
_find_pathMethod · 0.90
_do_directory_testMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected