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
| Type | Description |
|---|---|
set | A set containing all configuration keys present in the updated settings, used for verifying available project configurations. |