Skip to content

Conversation

@rustatian
Copy link
Collaborator

Reason for This PR

closes: roadrunner-server/roadrunner#2238

Description of Changes

  • Update sdk-go version to support retry-policy from the activity info.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any user-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.

Signed-off-by: Valery Piashchynski <[email protected]>
Signed-off-by: Valery Piashchynski <[email protected]>
Signed-off-by: Valery Piashchynski <[email protected]>
@rustatian rustatian requested a review from Copilot October 8, 2025 19:37
@rustatian rustatian self-assigned this Oct 8, 2025
@rustatian rustatian added the C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. label Oct 8, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates the Temporal SDK to version 1.37.0 to support retry-policy configuration from activity info. This change includes dependency version bumps and minor code formatting adjustments to accommodate the SDK update.

  • Updates go.temporal.io/sdk from v1.36.0 to v1.37.0
  • Updates various transitive dependencies to newer versions
  • Reformats codec.Encode calls for better readability

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

File Description
go.mod Updates Temporal SDK and dependency versions
go.work.sum Adds checksums for new dependency versions
aggregatedpool/local_activity.go Reformats codec.Encode call for readability
aggregatedpool/activity.go Reformats codec.Encode call for readability

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rustatian rustatian merged commit b58d4f8 into master Oct 9, 2025
20 of 23 checks passed
@rustatian rustatian deleted the feature/add-retry-info branch October 9, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc..

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[💡 FEATURE REQUEST]: Provide Retry Policy in Activity info

3 participants