Skip to content
Snippets Groups Projects
Commit 59b27d96 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Add todos

parent 056fbe27
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,23 @@ from tasks.notify import notify ...@@ -4,6 +4,23 @@ from tasks.notify import notify
from time import sleep from time import sleep
# TODO: Check if thread is still alive and execute next thread after that
# TODO: Remove unnecessary commits
# check_jobs_thread = None
# check_corpora_thread = None
# notify_thread = None
#
#
# def nopaqued():
# # executing background functions
# while True:
# check_jobs_thread = check_jobs()
# check_corpora_thread = check_corpora()
# notify_thread = notify(True) # If True mails are sent. If False no mails are sent.
# # But notification status will be set nonetheless.
# sleep(3)
def nopaqued(): def nopaqued():
# executing background functions # executing background functions
while True: while True:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment