Commit 0aad1300 authored by Administrator's avatar Administrator

[FIX] For stable version undo async (for versions of devel).

parent 0306f30d
...@@ -236,8 +236,8 @@ def project(request, project_id): ...@@ -236,8 +236,8 @@ def project(request, project_id):
) )
try: try:
#corpus.parse_and_extract_ngrams(keys=['title',]) corpus.parse_and_extract_ngrams()
corpus.parse_and_extract_ngrams.apply_async((), countdown=1) #corpus.parse_and_extract_ngrams.apply_async((), countdown=3)
except Exception as error: except Exception as error:
print(error) print(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