| title | Quickstart |
|---|---|
| description | Get up and running with Tembo in minutes. |
Tag required: PR comments, GitHub issues, Slack messages.
No tag needed: Dashboard tasks, Linear/Jira issues assigned to Tembo.
Include: what needs to change, where (file paths), why, and how you'll know it's done.
Fix memory leak in workers/job-processor.ts
Heap grows from 512MB to 4GB and crashes after ~6 hours.
Likely in cleanup logic around line 156. See Sentry #12345.
Done when: memory stable over 24+ hours, no queued jobs lost.
Avoid: "Fix the bug", "Make it faster", "Update the app and add new features". Be specific, scope to one task, and include acceptance criteria.
| Type | What to include |
|---|---|
| Bug | Steps to reproduce, expected vs actual, error messages, Sentry link |
| Feature | Requirements, file locations, edge cases, dependencies |
| Refactor | Current problems, desired state, constraints, specific files |