aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/celery
Commit message (Expand)AuthorAgeFilesLines
* Don't disable existing loggers when initialising Celery.Ben Sturmfels2021-08-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-6/+6
* 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
* 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