﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
67	global config doesn't get copied into setup_celery_from_config from paste factory	Christopher Allan Webber	Christopher Allan Webber	"{{{
#!rst
Even if you add values to the [celery] section in your
mediagoblin.ini they don't get passed in to the celery config
system because that section of the config file isn't passed into
the paste factory, and thus isn't passed along correctly either.

::

    def setup_celery_from_config(app_config, global_config,
                                 settings_module=DEFAULT_SETTINGS_MODULE,
                                 set_environ=True):

We'll have to probably use the generic config parser from
`http://bugs.foocorp.net/issues/297 <http://bugs.foocorp.net/issues/297>`_
and pass it into this function.

This matters in case users have any sort of custom parameters they
want to pass into mediagoblin.ini (such as CELERY\_ALWAYS\_EAGER =
True)



}}}"	defect	closed	minor	0.0.3	programming	FIXED			
