use oxylab proxy

This commit is contained in:
2025-11-18 23:42:44 +01:00
parent 354dbe3f15
commit 4a33094140
5 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -6,14 +6,14 @@ from request_sender_test import send_request_for_file_list
def start_book_appointment():
file_list = ['~/Desktop/contact_list_2025-09-08.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=20,
file_list = ['~/Desktop/contact_list_2025-10-30.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=2,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=18, stop_at_mins=20)
def start_check_results_job(sched):
sched.add_job(start_book_appointment, 'cron', day_of_week='mon-sat', hour='14',
minute='01',
sched.add_job(start_book_appointment, 'cron', day_of_week='mon-sat', hour='11',
minute='40',
misfire_grace_time=10,
second='10', timezone='Europe/Paris', max_instances=1, args=[])