You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Job scan all files from source directory and uploads to S3.
When I put over 1000 files(each file over 10MBytes) to source directory and try to run the Job.
(Server runs on EC2)
At first, each file uploading takes 1020 seconds but when files uploads further, uploading time getting slower.
After 100 files uploaded, uploading time per each file takes over 56 minutes.
What's the wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I made a simple Job with Laravel framework v10.
This Job scan all files from source directory and uploads to S3.
When I put over 1000 files(each file over 10MBytes) to source directory and try to run the Job.
(Server runs on EC2)
At first, each file uploading takes 10
20 seconds but when files uploads further, uploading time getting slower.6 minutes.After 100 files uploaded, uploading time per each file takes over 5
What's the wrong?
Uploading code is as followings
$disk is the Storage class's instance which indicate s3.
Beta Was this translation helpful? Give feedback.
All reactions