change thread_number to 60
This commit is contained in:
@@ -89,6 +89,7 @@ def start_send_requests(thread_number, contact_list, data_queue_name=MORNING_DAT
|
||||
|
||||
def send_request_for_file_list(file_list: list, thread_number: int = 20, data_queue_name=MORNING_DATA_CACHE,
|
||||
stop_at_hour=11, stop_at_mins=30):
|
||||
logger.info("stop_at_hour is " + str(stop_at_hour) + " stop_at_mins is " + str(stop_at_mins))
|
||||
for _file_path in file_list:
|
||||
logger.info("send request for file: " + _file_path)
|
||||
_contact_list = read_contacts(_file_path)
|
||||
|
||||
Reference in New Issue
Block a user