Skip to content

Conversation

@laurakwhit
Copy link
Collaborator

@laurakwhit laurakwhit commented Oct 20, 2025

Description & motivation 💭

Adds catchupWindow, pauseOnFailure and keepOriginalWorkflowId under "Advanced Settings" on the schedule details page.

Screenshots (if applicable) 📸

Screenshot 2025-10-21 at 11 45 25 AM

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

DT-3391

Docs

Any docs updates needed?

@laurakwhit laurakwhit requested review from a team and rossedfort as code owners October 20, 2025 21:10
@vercel
Copy link

vercel bot commented Oct 20, 2025

Deployment failed with the following error:

Failed to create deployment for team_10lcAgpRTHqjIiQzaQJ3JNUp in project prj_OoQXEXEqgfdOJMUvwBGfzdqIZh4Y: FetchError: request to https://76.76.21.112/v13/now/deployments?ownerId=team_10lcAgpRTHqjIiQzaQJ3JNUp&projectId=prj_OoQXEXEqgfdOJMUvwBGfzdqIZh4Y&skipAutoDetectionConfirmation=1&teamId=team_10lcAgpRTHqjIiQzaQJ3JNUp&traceCarrier=%7B%22ot-baggage-webhookAt%22%3A%221760994427586%22%2C%22ot-baggage-senderUsername%22%3A%22gh.laurakwhit%22%2C%22baggage%22%3A%22webhookAt%3D1760994427586%2CsenderUsername%3Dgh.laurakwhit%22%2C%22x-datadog-trace-id%22%3A%227418618682183663705%22%2C%22x-datadog-parent-id%22%3A%226603530373284076851%22%2C%22x-datadog-sampling-priority%22%3A%222%22%2C%22x-datadog-tags%22%3A%22_dd.p.tid%3D68f6a47b00000000%2C_dd.p.dm%3D-3%22%2C%22traceparent%22%3A%2200-68f6a47b0000000066f43a62cba24059-5ba473e333199d33-01%22%2C%22tracestate%22%3A%22dd%3Dt.tid%3A68f6a47b00000000%3Bt.dm%3A-3%3Bs%3A2%3Bp%3A5ba473e333199d33%22%7D failed, reason: socket hang up

@vercel
Copy link

vercel bot commented Oct 21, 2025

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

Project Deployment Preview Comments Updated (UTC)
holocene Ready Ready Preview Comment Oct 21, 2025 5:49pm

@laurakwhit laurakwhit merged commit 92d0742 into main Oct 21, 2025
14 checks passed
@laurakwhit laurakwhit deleted the DT-3391-add-catchup-window-to-schedules branch October 21, 2025 18:09
temporal-cicd bot pushed a commit that referenced this pull request Oct 22, 2025
Auto-generated version bump from 2.41.0 to 2.42.0

Bump type: minor

Changes included:
- [`9d546ce9`](9d546ce) Remove type=number to allow strings for case of duration (#2951)
- [`15ca4f29`](15ca4f2) Duration placeholder text (#2954)
- [`ba38c205`](ba38c20) Fix and always show expand icon (#2953)
- [`b87da956`](b87da95) Show workflow error alert for workflow task timed out events (#2947)
- [`80dc291e`](80dc291) Add randomUUID polyfill (#2952)
- [`11fdf6ee`](11fdf6e) refactor(forms): migrate search attributes and codec server forms to functional pattern (#2919)
- [`c130db4c`](c130db4) style number input to match input (#2960)
- [`5715d054`](5715d05) Bump vite from 6.2.7 to 6.4.1 (#2964)
- [`e57365f3`](e57365f) Allow folding of JSON on very large JSON trees (#2967)
- [`28897fa0`](28897fa) Use WorkflowExecutionStarted eventTime if before workflow executionTime (#2963)
- [`e0b74362`](e0b7436) Add w-full to menu (#2962)
- [`3c9543cf`](3c9543c) Show all structured calendars or intervals in schedule spec (#2968)
- [`92d0742f`](92d0742) Add catchup window to schedule details (#2961)
- [`e8dac23b`](e8dac23) add unique attributes to event details components (#2969)
- [`6786bf65`](6786bf6) Bump go and rpc versions (#2970)
- [`a4829b09`](a4829b0) fix(batch): uri encode batch job ids (#2946)
- [`cd40943f`](cd40943) feat: add workflow execution timeout (#2939)
Alex-Tideman added a commit that referenced this pull request Oct 22, 2025
Auto-generated version bump from 2.41.0 to 2.42.0

Bump type: minor

Changes included:
- [`9d546ce9`](9d546ce) Remove type=number to allow strings for case of duration (#2951)
- [`15ca4f29`](15ca4f2) Duration placeholder text (#2954)
- [`ba38c205`](ba38c20) Fix and always show expand icon (#2953)
- [`b87da956`](b87da95) Show workflow error alert for workflow task timed out events (#2947)
- [`80dc291e`](80dc291) Add randomUUID polyfill (#2952)
- [`11fdf6ee`](11fdf6e) refactor(forms): migrate search attributes and codec server forms to functional pattern (#2919)
- [`c130db4c`](c130db4) style number input to match input (#2960)
- [`5715d054`](5715d05) Bump vite from 6.2.7 to 6.4.1 (#2964)
- [`e57365f3`](e57365f) Allow folding of JSON on very large JSON trees (#2967)
- [`28897fa0`](28897fa) Use WorkflowExecutionStarted eventTime if before workflow executionTime (#2963)
- [`e0b74362`](e0b7436) Add w-full to menu (#2962)
- [`3c9543cf`](3c9543c) Show all structured calendars or intervals in schedule spec (#2968)
- [`92d0742f`](92d0742) Add catchup window to schedule details (#2961)
- [`e8dac23b`](e8dac23) add unique attributes to event details components (#2969)
- [`6786bf65`](6786bf6) Bump go and rpc versions (#2970)
- [`a4829b09`](a4829b0) fix(batch): uri encode batch job ids (#2946)
- [`cd40943f`](cd40943) feat: add workflow execution timeout (#2939)

Co-authored-by: Alex-Tideman <[email protected]>
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.

4 participants