Skip to content

Conversation

@chris-olszewski
Copy link
Member

@chris-olszewski chris-olszewski commented Oct 23, 2025

What was changed

TSIA

Why?

With the code moving, updating core is more involved than usual. Doing this in a separate PR to make it easier to review.

Checklist

  1. Closes N/A

  2. How was this tested:
    Existing tests

  3. Any docs updates needed?
    I do not believe so

@chris-olszewski chris-olszewski marked this pull request as ready for review October 23, 2025 20:05
@chris-olszewski chris-olszewski requested a review from a team as a code owner October 23, 2025 20:05
stickyQueueScheduleToStartTimeout: '10s',
maxHeartbeatThrottleInterval: '60s',
defaultHeartbeatThrottleInterval: '30s',
skipClientWorkerSetCheck: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be worried about defaulting this to false? I see we had to explicitly set this to true in many of our tests. Is there any risk that this might break users deployments or CIs?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CIs may break if their tests are running in parallel and using the same default namespace + task queue + same client, Would that be considered a breaking change? This path is now an error, whereas previously it just ignored duplicate registrations. Tests don't care about this req, but now they'll hit errors. Not sure if TS runs their tests in parallel, but rust hit this error in tests

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

3 participants