Skip to content
Snippets Groups Projects
Commit 1955d3c0 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove old note.

parent 876eb465
Branches
Tags
No related merge requests found
...@@ -40,12 +40,6 @@ def nlp(): ...@@ -40,12 +40,6 @@ def nlp():
else: else:
for file in new_nlp_job_form.files.data: for file in new_nlp_job_form.files.data:
file.save(os.path.join(dir, file.filename)) file.save(os.path.join(dir, file.filename))
'''
' TODO: Let the scheduler run this job in the background.
'
' NOTE: Using self created threads is just for testing purpose as
' there is no scheduler available.
'''
nlp_job.status = 'submitted' nlp_job.status = 'submitted'
db.session.commit() db.session.commit()
flash('Job created!') flash('Job created!')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment