Commit 8af90db3 authored by Administrator's avatar Administrator

Merge branch 'master-prod'

parents eae4a399 4bfb356c
...@@ -237,7 +237,9 @@ def project(request, project_id): ...@@ -237,7 +237,9 @@ def project(request, project_id):
) )
try: try:
corpus.workflow() #corpus.parse_and_extract_ngrams()
corpus.parse_and_extract_ngrams.apply_async((), countdown=3)
#corpus.workflow()
#corpus.workflow((), countdown=3) #corpus.workflow((), countdown=3)
except Exception as error: except Exception as error:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment