projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41705b
)
updated function docs
author
Boris Bobrov
<breton@cynicmansion.ru>
Sun, 20 Jul 2014 15:33:18 +0000
(19:33 +0400)
committer
Boris Bobrov
<breton@cynicmansion.ru>
Mon, 16 Feb 2015 10:41:09 +0000
(13:41 +0300)
mediagoblin/processing/task.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/processing/task.py
b/mediagoblin/processing/task.py
index 0c254767a25593aa4c10d0dd4277fa9da132c146..5e0e772d9fde83168439ee7dae9d2538349d252e 100644
(file)
--- a/
mediagoblin/processing/task.py
+++ b/
mediagoblin/processing/task.py
@@
-74,8
+74,11
@@
class ProcessMedia(celery.Task):
Pass the media entry off to the appropriate processing function
(for now just process_image...)
+ :param media_id: MediaEntry().id
:param feed_url: The feed URL that the PuSH server needs to be
updated for.
+ :param reprocess_action: What particular action should be run. For
+ example, 'initial'.
:param reprocess: A dict containing all of the necessary reprocessing
info for the media_type.
"""