Hey everyone, running into an issue where my tasks stay in "Queued" forever and never get picked up by a worker.
Setup:
- Trigger.dev v4.4.1 (SDK + CLI)
- Production environment, Managed workers, us-east region
- Node.js v21.7.3 runtime
- 1 task deployed, status shows "Deployed" and "Current"
What I've tried:
- Set all env vars in the Trigger.dev dashboard
- Cancelled stale runs and triggered fresh ones
- Tested directly from the Test dashboard with a manual payload
- Redeployed multiple times
- Billing is active, status.trigger.dev shows no incidents
Symptom: Every run — including test runs from the dashboard — immediately enters "Queued" and sits there indefinitely (5+ minutes, no progress, no errors shown).
Is this a known issue? Any ideas what could cause workers to never pick up queued tasks in production?