|
|
|
|
|
by tatoalo
1385 days ago
|
|
Slightly OT, but I have a question on AWS Lambda(s) since they run on Firecracker MicripoVM(s): have somebody found a way to reduce cold-starts times? Online I was only able to find that the way to go seems to be to produce an heartbeat on a rolling schedule, wanted to look into this. |
|
In Lambdas, you can schedule a cloudwatch event similar to the heartbeat you've mentioned.