Unanswered
Hi!
I Have Local Minio Setup, Via Minio Browser I Can Upload 50-100 Mb Per Second As Its Local.
But When I Try To Use Task.Upload_Artifact It Uploads 500 Kb Per Second. Does Anyone Have An Idea About This?
None of them is problematic, this is what I'm trying to say 🙂
I think the minio browser gets confused.
if you want to test the upload time on the client you can try:task.flush(wait_for_uploads=True) tic = time() task.upload_artifact('test', '/tmp/localfile') task.flush(wait_for_uploads=True) print(time() - tic)
143 Views
0
Answers
4 years ago
one year ago