Package Products :: Package ZenUtils :: Package celeryintegration
[hide private]
[frames] | no frames]

Package celeryintegration

source code

Submodules [hide private]

Functions [hide private]
 
reconfigure_celery(config, updateonly=True)
Reconfigure Celery with new config.
source code
Variables [hide private]
  __doc__ = ...
  LOADERFQDN = "Products.ZenUtils.celeryintegration.ZenossLoader"
Function Details [hide private]

reconfigure_celery(config, updateonly=True)

source code 

Reconfigure Celery with new config.

Parameters:
  • config (dict) - The new configuration to be applied.
  • updateonly (bool) - Whether to update the existing config (versus replace)

Variables Details [hide private]

__doc__

Value:
"""
Import celery classes from this package exclusively, as it ensures the
environment has been set up first.
"""