Are there any workarounds for people who are self ...
# developers
p
Are there any workarounds for people who are self hosting and don't have a ton of user volume? Our scheduling integration is a new feature so it's not getting a bunch of traffic yet. But because Vercel functions are just lambdas, the wakeup time can be several minutes which causes users to leave...stopping adoption of the feature lol.
c
make a cron job somewhere that cURLs the site to keep it awake, or host elsewhere
I use the docker version
a
render.com should be easy to setup and work well there's also railway.app, flightcontrol, etc