Cron / Scheduled service

Hi guys,

Does anyone know how to use cron/scheduled services in V0 projects? I created some tasks to run automatically, but right now I have to execute them manually.

Hi @porkaria, welcome to the Vercel Community!

I think you can use the Usage & Pricing for Cron Jobs feature of the Vercel platform. But, you will need to use the Pro plan to run it more frequently than once a day.

This set up just requires a Function (assuming you already have it since you run it manually) and then just need to mention the cron expression like in the docs shared above.

I hope this helps.

1 Like

Hi @porkaria, just checking in on your issue with cron jobs in V0 projects. Did you find a solution or still need assistance with the setup? Let me know if you need more details.