aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/celery/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid Celery/RabbitMQ "connection reset" errors [#5609].Fernando Gutierrez2020-05-121-1/+0
* Replace print statements to loggingvijeth-aradhya2017-08-051-3/+0
* Celery Priority testing with debug statementsvijeth-aradhya2017-06-131-0/+3
* Add additional celery config settingsvijeth-aradhya2017-06-111-0/+8
* Merge branch 'merge-python3-port'Christopher Allan Webber2014-09-221-2/+4
|\
| * Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-1/+16
| |\
| * | Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-2/+4
* | | The scheduled garbage collection task was not being called due to it being mi...Matt Molyneaux2014-09-161-1/+1
| |/ |/|
* | Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-2/+4
* | 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
* removing old callable utilities and porting stuff over.Christopher Allan Webber2013-04-191-2/+2
* Switch several functions over to using the new callable_run* tools!Christopher Allan Webber2013-04-101-3/+2
* Updated raven pluginJoar Wandborg2013-03-031-0/+4
* 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-021-1/+1
* 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-011-1/+1
|/
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Move db_name default into config_spec.iniElrond2011-07-111-1/+1
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-0/+89