aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/celery
Commit message (Expand)AuthorAgeFilesLines
* Add unseralize for API objectsJessica Tallon2014-07-221-1/+1
* Add garbage collection taskJessica Tallon2014-07-221-0/+13
* New notificationsJoar Wandborg2013-06-091-1/+17
* Tests should no longer use the environment-variable-related-setup and set up ...Christopher Allan Webber2013-05-121-33/+0
* removing old callable utilities and porting stuff over.Christopher Allan Webber2013-04-192-4/+4
* Switch several functions over to using the new callable_run* tools!Christopher Allan Webber2013-04-102-7/+4
* Updated raven pluginJoar Wandborg2013-03-032-0/+9
* You can now set the PASTE_CONFIG environment variable to control logging setupChristopher Allan Webber2013-02-251-0/+5
* Use logging.config.fileConfig()Joar Wandborg2013-02-071-41/+2
* Removed debugging stuff from masterJoar Wandborg2012-09-301-8/+0
* Use RawConfigParser instead of dict.viewitemsJoar Wandborg2012-09-301-3/+7
* Set up celery logging from paste iniJoar Wandborg2012-09-301-0/+65
* from_celery.setup_self() didn't pay attention to default_conf_file kwarg, fixed.Christopher Allan Webber2012-05-201-4/+5
* Making celeryd consistent: look for mediagoblin_local.iniChristopher Allan Webber2012-04-221-1/+6
* SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-261-15/+40
* And fix the in-celeryd import.Elrond2012-03-211-1/+1
* Accidentally overwrote the celery/__init__.py, fixed this and removed the upp...Luke Slater2012-02-281-1/+55
* Changed celery config keys to upper case and removed upper casing of keys whe...Luke Slater2012-02-281-56/+1
* Should be all that's needed to switch celery/kombu settings to sqlalchemyChristopher Allan Webber2012-02-251-20/+3
* It's 2012 all up in hereChristopher Allan Webber2012-02-023-3/+3
* Fixes after merging video branch into masterJoar Wandborg2011-11-211-3/+1
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-0/+2
|\
| * Stashing changesJoar Wandborg2011-11-211-3/+0
| * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-0/+5
* | has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-5/+5
* | Whitespace and formatting cleanup.Nathan Yergler2011-10-012-2/+2
|/
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-013-3/+3
* Move db_name default into config_spec.iniElrond2011-07-111-1/+1
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-024-0/+182