Use tuple as default return type of workflow()
authorvijeth-aradhya <vijthaaa@gmail.com>
Wed, 21 Jun 2017 04:30:56 +0000 (10:00 +0530)
committervijeth-aradhya <vijthaaa@gmail.com>
Wed, 21 Jun 2017 04:33:40 +0000 (10:03 +0530)
commit602cfcb78916ac54bb415d9c2023124b6f3ad5b6
tree042053d534d102679291020a035c56e2714e01cd
parent5161533a6fb66e24f6906d6476069277d594e738
Use tuple as default return type of workflow()

If None, then schedule the old Celery call, else the format
is group and a single task in the tuple. Hence, Celery chord would
be ideal to use.

Closes #4
mediagoblin/media_types/video/processing.py
mediagoblin/submit/lib.py