ElliotPenson / fractal.parts

❄️ build and view fractals
https://fractal.parts
MIT License
23 stars 1 forks source link

Keep Lambdas Warm #38

Closed ElliotPenson closed 5 years ago

ElliotPenson commented 5 years ago

Create a scheduled Lambda that runs every five minutes. The Lambda should hit all three api.fractal.parts endpoints (GET /fractals, POST /fractals, GET /fractals/{key}). As part of this ticket, add a parameter to each Lambda (e.g. warming, healthcheck).

Of course this Lambda will not fix all cold starts. Scale outs will still have cold start problems.

ElliotPenson commented 5 years ago

Done in 3703a10.