How can I keep Google Cloud Functions warm?

前端 未结 5 1981
自闭症患者
自闭症患者 2020-11-30 08:48

I know this misses the point of using Cloud Functions in the first place, but in my specific case, I\'m using Cloud Functions because it\'s the only way I can bridge Next.js

5条回答
  •  粉色の甜心
    2020-11-30 09:16

    You can trigger it via cron job as explained here: https://cloud.google.com/scheduler/docs/creating

提交回复
热议问题