Closed chefjackson closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Latest commit: aab757874fa75e8292b0d1a81a0d8ec3111d406a
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR-Codex overview
This PR focuses on modifying the configuration for the
routing
API by removing a cron job trigger in thewrangler.toml
file.Detailed summary
crons = ["*/30 * * * *"]
from the[env.production.triggers]
section in theapis/routing/wrangler.toml
file.