Hi team,
Our production project (proj_wdtmrsovrdfysaqbysqr, account [email protected]) just hit the Pro plan monthly hard limit (5000/5000, error HARD_LIMIT_EXCEEDED). Our customers are currently blocked from triggering snapshots.
What happened:
We have a long-running batch polling task (cloro-chatgpt-batch-sender) that polls a 3rd-party scraping provider (Cloro). Two things went wrong this month:
2026-05-21 — netnut-batch-sender went into a runaway state, burning roughly $241 of compute in a single day. Root cause: provider downstream issues caused infinite-style polling.
2026-05-23 (today) — Cloro's polling API has a 3.5h queue backlog right now, so 30+ of our polling runs sat idle waiting for responses, each holding compute for 1-5 hours. This rapidly consumed the remaining budget.
What we've already done:
Cancelled all 30 stuck runs to stop the bleeding.
Rewrote the cloro-chatgpt-batch-sender task to be fire-and-forget: it now sends the batch + writes pending taskIds to KV in ~5 seconds and exits (vs 5h previously).
Moved the actual polling to a Cloudflare Worker scheduled cron (out of Trigger.dev compute entirely).
This is already deployed.
So the runaway pattern is fixed and won't recur. The new task uses roughly 3600× less Trigger.dev compute per snapshot.
Ask:
- Could you do a one-time grace reset of our monthly limit so our customers can use the service today? We're 1 week from the natural reset, and we're effectively offline.
- We'd also appreciate guidance on the next step up from Pro (before jumping to Enterprise). Are there higher-tier Pro-level options, or is Enterprise the only path for ~2-3× more compute headroom?
Happy to share the deployment showing the fix is in place, and to discuss our usage pattern so we can size the right plan going forward.
Thanks,
Maciej Chmurkowski
Senuto