NeokingdomDAO / dapp

https://dapp-neokingdom.vercel.app/
0 stars 1 forks source link

Is boot time for vercel API slow? #69

Closed vrde closed 1 year ago

vrde commented 1 year ago

Not sure if that's an actual issue or not, but I have the impression that there is some "cold start" wait time when I use the dapp, can it be?

stecb commented 1 year ago

@vrde yep, you're correct: As they put the backend in AWS lambdas, they "sleep" and need to be awaken. It takes some time for this to happen. I will investigate if there's something we can do, as it's pretty annoying if you're the user that needs to experiment this slowness.

stecb commented 1 year ago

I've added a scheduled worker in cloudflare to wake it up every minute. Let's see if it works

stecb commented 1 year ago

It looks it's working. Let's keep it monitored