From 1955d3c01567d1fc601efa27d42e891a381378d2 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Thu, 29 Aug 2019 12:01:09 +0200
Subject: [PATCH] Remove old note.
---
app/services/views.py | 6 ------
1 file changed, 6 deletions(-)
diff --git a/app/services/views.py b/app/services/views.py
index e86664f1..96247d57 100644
--- a/app/services/views.py
+++ b/app/services/views.py
@@ -40,12 +40,6 @@ def nlp():
else:
for file in new_nlp_job_form.files.data:
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'
db.session.commit()
flash('Job created!')