aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing
diff options
context:
space:
mode:
authorvijeth-aradhya <vijthaaa@gmail.com>2017-06-13 01:43:43 +0530
committervijeth-aradhya <vijthaaa@gmail.com>2017-06-13 01:43:43 +0530
commitd77eb56280f57e547294e29e6a1b2b4d46c15ac6 (patch)
tree95c6889f786d0d9fde1985e23eb7ee7e40105533 /mediagoblin/processing
parentbd011c940eeeddd060ccf921ad3519d20d77a015 (diff)
downloadmediagoblin-d77eb56280f57e547294e29e6a1b2b4d46c15ac6.tar.lz
mediagoblin-d77eb56280f57e547294e29e6a1b2b4d46c15ac6.tar.xz
mediagoblin-d77eb56280f57e547294e29e6a1b2b4d46c15ac6.zip
Celery Priority testing with debug statements
Error at this line: `self.entry.set_file_metadata(self.curr_file, **file_metadata)` Otherwise, celery part should work fine.
Diffstat (limited to 'mediagoblin/processing')
-rw-r--r--mediagoblin/processing/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin/processing/__init__.py b/mediagoblin/processing/__init__.py
index 76f81faa..98031bbc 100644
--- a/mediagoblin/processing/__init__.py
+++ b/mediagoblin/processing/__init__.py
@@ -257,8 +257,7 @@ class ProcessingManager(object):
return processor
- def workflow(self, entry, manager, feed_url, reprocess_action,
- reprocess_info=None):
+ def workflow(self, entry_id, feed_url, reprocess_action, reprocess_info=None):
"""
Returns the Celery command needed to proceed with media processing
*This method has to be implemented in all media types*