Y
Hacker News
new
|
ask
|
show
|
jobs
by
danjc
237 days ago
I'd it's processed in 2 seconds, why not just process it immediately in memory?
2 comments
swiftcoder
237 days ago
Because they are serverless, so there's currently no memory for it to be processed in at the point of upload
link
liqilin1567
236 days ago
Maybe there are too many requests, so they have to offload the videos to s3.
link
dboreham
236 days ago
That's not the reason. And furthermore any buffer/re-try mechanism should be done at the edge (on the camera).
link