Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
afzalimdad9 authored Sep 19, 2024
1 parent 35faba1 commit 0b6e470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"crons": [
{
"path": "/api/cron/refresh-tiktok-tokens",
"schedule": "0 17,5 * * *"
"schedule": "1 1 1 * 1"
},
{
"path": "/api/cron/refresh-youtube-tokens",
"schedule": "0 17 * * *"
"schedule": "1 1 1 * 1"
},
{
"path": "/api/cron/github-star-count",
"schedule": "0 17 * * *"
"schedule": "1 1 1 * 1"
}
]
}
}

1 comment on commit 0b6e470

@vercel
Copy link

@vercel vercel bot commented on 0b6e470 Sep 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Error while validating your Cron Jobs expressions:

            - Cannot set days of month and days of week at the same time, one of the two must be * (1 1 1 * 1)

Please sign in to comment.