This commit is contained in:
DingZQ
2025-08-15 14:59:36 +08:00
parent 3b1a4b4b95
commit 92e2122743

View File

@@ -2823,8 +2823,9 @@ async def fastapi_run_simulation_manually_by_date(data: Run_Simulation_Manually_
thread.start()
# thread.join()
matched_keys = redis_client.keys(f"*{item['simulation_date']}*")
redis_client.delete(*matched_keys)
# DingZQ 08152025
# matched_keys = redis_client.keys(f"*{item['simulation_date']}*")
# redis_client.delete(*matched_keys)
############################################################