Hu-Fi / Mr.Market-V2

This is the V2 version of Mr.Market
https://mr-market-v2-omega.vercel.app
GNU Affero General Public License v3.0
1 stars 1 forks source link

Add Support for Vercel Cron Jobs #54

Open MWBlocky opened 5 hours ago

MWBlocky commented 5 hours ago

Description

To enable scheduled tasks in our NestJS application deployed on Vercel, we need to utilize Vercel Cron Jobs. Since Vercel does not support native server-side cron functionality, we will implement endpoints in our application that can be triggered by Vercel's Cron Jobs feature. Additionally, the vercel.json file should be updated to define the cron job schedules and link them to the appropriate endpoints.


To Do

Deliverables

posix4e commented 3 hours ago

Do we have any long running processes?