Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		Hi, I Am Trying To Upload A Plot To An Existing Task Using The
SmarmyDolphin68  okay what's happening is the process exists before the actual data is being sent (report_matplotlib_figure is an async call, and data is sent in the background)
Basically you should just wait for all the events to be flushedtask.flush(wait_for_uploads=True)That said, quickly testing it it seems it does not wait properly (again I think this is due to the fact we do not have a main Task here, I'll continue debugging)
In the meantime you can just dosleep(3.0)And it will solve the issue  🙂
292 Views
				0
Answers
				
					 
	4 years ago
				
					
						 
	2 years ago