Error - Build Failed
You cannot create more than 2 Cron Jobs on your current plan. You’re currently using 1 Cron Jobs. This deployment will create 2. Upgrade your plan at Find a plan to power your projects. or discuss with our sales teams if you need more Cron Jobs.
Description of the problem:
- I attempted to delete an existing Cron Job and add two new ones.
- Despite deleting the existing Cron Job, I’m still receiving an error stating that I’m trying to create more than 2 Cron Jobs.
- I’m unable to update or delete existing Cron Jobs through the user interface.
Steps I’ve already taken:
- Tried to delete the existing Cron Job through the code.
- Cleared my browser cache and tried again.
- Checked Vercel’s status page to ensure there are no system-wide issues.
The Cron Jobs configuration I’m trying to implement:
{
“crons”: [
{
“path”: “/api/cron/send_reminders”,
“schedule”: “0 7 * * *”
},
{
“path”: “/api/cron/sync_persons_list”,
“schedule”: “0 8 * * *”
}
]
}
I would greatly appreciate your help in resolving this issue. Could you please check if there’s a specific problem with my account or suggest additional ways to solve this issue?
Thank you in advance for your assistance