mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Add todos
This commit is contained in:
		@@ -4,6 +4,23 @@ from tasks.notify import notify
 | 
			
		||||
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():
 | 
			
		||||
    # executing background functions
 | 
			
		||||
    while True:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user