|
|
|
|
|
by raro11
1713 days ago
|
|
Have your runWarm sleep for 500ms and execute 50 of them concurrently. As long as none of the functions are finished and you start a new one you get a new instance, at least that's what I think. You can get 50 hot instances that way no? I'd rather scale per connections. Have a lambda instance do 50 concurrent requests. Something like https://fly.io but cheaper. |
|