docs(tasks): document timezone on the task read response (chat#1881 3c·api-read) - #276
Conversation
…c·api-read) Adds a nullable `timezone` to the Task schema returned by GET /api/tasks, read from the Trigger.dev schedule (the source of truth). Lets the chat edit UI prefill the current timezone. Additive; JSON re-validated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 3 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
✅ Local Mintlify verification —
|

What
Adds a nullable
timezoneto theTaskschema returned byGET /api/tasks— the docs side of the 3c read path (chat#1881 item 3c·api-read).The timezone is read from the Trigger.dev schedule (the source of truth — there's no stored column, per the 3c decision), so the chat edit UI can prefill the current timezone.
nullwhen the task has no schedule or the timezone can't be read. Mirrors the existing nullableowner_emailconvention. Additive diff, JSON re-validated.Sequencing
Merge order: this → the api read-path PR (contract leads). Complements the write-side contract (
timezoneonCreateTaskRequest/UpdateTaskRequest, docs#275). Tracking: chat#1881 item 3c·api-read.Summary by cubic
Added a nullable
timezonefield to theTaskschema in theGET /api/tasksresponse, read from the Trigger.dev schedule. It’s an IANA time zone and isnullwhen no schedule or unreadable; this lets the chat edit UI prefill the current timezone and aligns with chat#1881 (3c API read path).Written for commit ce906ba. Summary will update on new commits.