Skip to content

Commit

Permalink
Add cron tasks in vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Apr 24, 2024
1 parent e9cdc00 commit 06a11a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"crons": [
{
"path": "/api/slack-eod-bot/cron/post-update?preview=yes",
"schedule": "30 13 * * *"
},
{
"path": "/api/slack-eod-bot/cron/post-update",
"schedule": "00 14 * * *"
}
]
}

0 comments on commit 06a11a8

Please sign in to comment.