aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit
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/submit
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/submit')
-rw-r--r--mediagoblin/submit/lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/submit/lib.py b/mediagoblin/submit/lib.py
index 1c78f73a..f347e715 100644
--- a/mediagoblin/submit/lib.py
+++ b/mediagoblin/submit/lib.py
@@ -267,7 +267,7 @@ def run_process_media(entry, feed_url=None,
entry, manager = get_entry_and_processing_manager(entry.id)
try:
- manager.workflow(entry, manager, feed_url, reprocess_action, reprocess_info)
+ manager.workflow(entry.id, feed_url, reprocess_action, reprocess_info)
except BaseException as exc:
# The purpose of this section is because when running in "lazy"
# or always-eager-with-exceptions-propagated celery mode that