Skip to content

fix(worker): slow cron cadence to let Neon compute sleep - #305

Merged
outof-place merged 1 commit into
mainfrom
fix/cron-cadence-neon-cost
Aug 18, 2026
Merged

fix(worker): slow cron cadence to let Neon compute sleep#305
outof-place merged 1 commit into
mainfrom
fix/cron-cadence-neon-cost

Conversation

@outof-place

Copy link
Copy Markdown
Collaborator

Slow down two Vercel cron schedules in the worker to reduce Neon Postgres compute cost.

Changes

  • /cron/poll: * * * * * -> */15 * * * *
  • /cron/harness-capabilities: */5 * * * * -> */30 * * * *

Rationale

The every-minute poll never lets Neon autosuspend (5 min idle) fire, keeping compute awake 24/7 and driving roughly $120/mo in compute. Dispatch is event-driven from jira/gitlab/github webhooks, so the poll is only a backstop; a 15 min backstop is acceptable.

🤖 Generated with Claude Code

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-workflow-app-dashboard Ready Ready Preview Aug 18, 2026 9:49am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b6532d1f-76d1-4f7f-9192-48663f993c59


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@outof-place
outof-place merged commit 94b6036 into main Aug 18, 2026
4 checks passed
@outof-place
outof-place deleted the fix/cron-cadence-neon-cost branch August 18, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant