Skip to main content

configcheck_project_settings

Updates the global settings dictionary with flattened Celery configuration namespaces and returns a set of all current setting keys.

def configcheck_project_settings() - > set

Updates the global settings dictionary with default Celery configuration namespaces and returns the resulting set of configuration keys.

Returns

TypeDescription
setA set containing all configuration keys present in the updated settings, used for verifying available project configurations.