|  | @@ -119,8 +119,9 @@ def main():
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          # 2. 重启
 | 
	
		
			
				|  |  |          image_name = 'rov-server'
 | 
	
		
			
				|  |  | -        server_restart_all(slb_client=slb_client, instance_id_list=online_instance_ids,
 | 
	
		
			
				|  |  | -                           image_name=image_name, max_workers=8)
 | 
	
		
			
				|  |  | +        asyncio.run(server_restart_all(slb_client=slb_client, instance_id_list=online_instance_ids,
 | 
	
		
			
				|  |  | +                                       image_name=image_name, max_workers=8)
 | 
	
		
			
				|  |  | +                    )
 | 
	
		
			
				|  |  |          logging.info(f"server restart finished!")
 | 
	
		
			
				|  |  |      except Exception as e:
 | 
	
		
			
				|  |  |          logging.error(e)
 |