try to scheduler multi tasks

This commit is contained in:
2025-08-19 08:42:35 +02:00
parent ca49028e98
commit 57ae14049e
3 changed files with 37 additions and 4 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ from request_sender_test import send_request_for_file_list
def start_book_appointment():
file_list = ['~/Desktop/contact_list_2025-07-11.xlsx']
file_list = ['~/Desktop/contact_list_2025-08-18.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=60,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=20)
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=10)
def start_check_results_job(sched):