Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		Hi Again, Are There Any Examples Of One Script Being Used To Execute Multiple Remote Tasks? If I Could Use
Hi CostlyOstrich36 , thanks for getting back to me!
I want to launch multiple tasks from one python process to be run by multiple agents simultaneously.
My current process for launching one task remotely is to use  task.execute_remotely  , and then I separately spin up a VM and execute a ClearML agent on that VM with the task ID.
Ideally, I would like to create multiple tasks in this way - so do  Task.init(…) , set up some configuration, and then  task.execute_remotely  in a loop.
I can’t do this as  execute_remotely  exits the process unless  clone=True , which I don’t really want to do.
Let me know if I can clarify further
298 Views
				0
Answers
				
					 
	2 years ago
				
					
						 
	2 years ago
					
					 Tags