5 ms·
Looks very interesting! Does anybody know whether this will remove the current maximum runtime limitation? As far as I can tell, workers have a maximum duratio
by rbflx 6y ago
Looks very interesting!
Does anybody know whether this will remove the current maximum runtime limitation? As far as I can tell, workers have a maximum duration of 10ms on the free plan and 50ms on the paid one.
I would assume that it does, considering that it's being compared to AWS Lambda, which has a timeout of 15 minutes.
- kentonv 6y agoYes, this is all about removing those limits. Note that the current 10ms/50ms limit is on CPU execution time; it doesn't count time waiting for remote servers to respond.