Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | removing old callable utilities and porting stuff over. | Christopher Allan Webber | 2013-04-19 | 1 | -2/+2 |
| | |||||
* | Switch several functions over to using the new callable_run* tools! | Christopher Allan Webber | 2013-04-10 | 1 | -4/+2 |
| | |||||
* | Updated raven plugin | Joar Wandborg | 2013-03-03 | 1 | -0/+5 |
| | | | | | | | - Added wrap_wsgi, celery_setup, celery_logging_setup hooks - Updated raven plugin docs - Updated production considerations docs - Added raven logging setup | ||||
* | You can now set the PASTE_CONFIG environment variable to control logging setup | Christopher Allan Webber | 2013-02-25 | 1 | -0/+5 |
| | | | | | | | | So this should work: PASTE_CONFIG=/path/to/paste_foo.ini ./lazycelery.sh Thanks to Laurent Fournier for sponsoring this commit! | ||||
* | Use logging.config.fileConfig() | Joar Wandborg | 2013-02-07 | 1 | -41/+2 |
| | | | | Instead of the monster I had built before. | ||||
* | Removed debugging stuff from master | Joar Wandborg | 2012-09-30 | 1 | -8/+0 |
| | |||||
* | Use RawConfigParser instead of dict.viewitems | Joar Wandborg | 2012-09-30 | 1 | -3/+7 |
| | | | | dict.viewitems breaks python 2.6 compatibility. | ||||
* | Set up celery logging from paste ini | Joar Wandborg | 2012-09-30 | 1 | -0/+65 |
| | |||||
* | from_celery.setup_self() didn't pay attention to default_conf_file kwarg, fixed. | Christopher Allan Webber | 2012-05-20 | 1 | -4/+5 |
| | |||||
* | Making celeryd consistent: look for mediagoblin_local.ini | Christopher Allan Webber | 2012-04-22 | 1 | -1/+6 |
| | | | | | Use mediagoblin_local.ini as default conf file if it exists, else use mediagoblin.ini, just like everything else. | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -1/+1 |
| | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Move mediagoblin.celery_setup -> mediagoblin.init.celery | Elrond | 2011-07-02 | 1 | -0/+60 |
As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change. |