Vercel

Vercel Removes Team Limits for Cron Jobs, Increases Project Limits


Executive Summary

Vercel has updated its Cron Jobs feature by completely removing all per-team limits and increasing the per-project limit to 100 across all plans, including the free Hobby tier. This change simplifies the previous, more complex tiered system and significantly expands the capacity for scheduled tasks for all developers on the platform. The update is available now and configured within the `vercel.json` file.

Key Takeaways

* Per-Team Limits Removed: All previous limits on the number of cron jobs that could be created within a team have been eliminated.

* Increased Project Limits: The maximum number of cron jobs per project has been raised to 100.

* Unified Limits Across All Plans: This new 100-job per-project limit applies universally to Hobby, Pro, and Enterprise plans.

* Previous Structure: The old system had a 20-job limit per project and team-wide caps of 2 for Hobby, 40 for Pro, and 100 for Enterprise.

Strategic Importance

This change removes a significant barrier for developers on lower-tier plans, democratizing access to robust scheduling capabilities and encouraging the development of more complex, automated applications on the Vercel platform.

Original article