aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing/task.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-2/+2
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-9/+9
* Switch to rabbitmq by default and in docsBoris Bobrov2017-06-091-0/+3
* updated function docsBoris Bobrov2015-02-161-0/+3
* Fix #658 and #974 - Rollback database on_return of taskJessica Tallon2014-12-011-0/+14
* Change urllib and urllib import with six.moves.urllib.Berker Peksag2014-06-071-6/+6
* Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-08-211-17/+29
|\
| * catch processing exceptions and if entry_orig_state is processed, then ignore...Rodney Ewing2013-08-161-1/+12
| * Record the original state of the media entry in the processorChristopher Allan Webber2013-08-161-4/+6
| * Renaming the processing manager stuff to be less ambiguous.Christopher Allan Webber2013-08-161-2/+2
| * Updating to the point where we can allllmost run with the new reprocessing codeChristopher Allan Webber2013-08-161-17/+9
| * added comments and did a little refactoring. not sure if it is actually any c...Rodney Ewing2013-08-161-2/+10
| * added image reprocessingRodney Ewing2013-08-161-2/+4
* | - need self.metadata with BaseProcessingFailRodney Ewing2013-08-191-1/+2
* | -update to latest masterRodney Ewing2013-08-191-7/+10
* | Tweak Celery TaskSebastian Spaeth2013-08-191-12/+10
|/
* Revert "Leave slug empty until we are sure media processing was successful."Rodney Ewing2013-08-081-2/+0
* Leave slug empty until we are sure media processing was successful.Rodney Ewing2013-08-071-0/+2
* MediaManager: Use .foo instead of ['foo'].Elrond2013-04-171-1/+1
* Kill monkeypatching of ProcessingState.Elrond2013-02-081-1/+1
* Implement ProcessingState class and use for imagesElrond2013-02-081-3/+6
* Don't pass request into run_process_mediaSebastian Spaeth2013-01-151-1/+2
* Make PuSHing the Pubhubsubbub server an async task (#436, #585)Sebastian Spaeth2013-01-151-3/+45
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Remove ObjectId from the treeSebastian Spaeth2012-12-251-3/+2
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-4/+4
* We don't need to save entries during processing... also adding comments expla...Christopher Allan Webber2012-12-121-0/+3
* make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-041-4/+1
* HTTP callback fixesJoar Wandborg2012-09-261-1/+1
* Added support for http callbacks on processingJoar Wandborg2012-09-261-0/+8
* All processing exceptions are now loggedJoar Wandborg2012-08-011-0/+8
* Panel improvementsJoar Wandborg2012-07-111-9/+10
* Minor improvements to the processing panelJoar Wandborg2012-07-101-4/+9
* Move celery task into own task.pyElrond2012-03-211-0/+78