Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(data-warehouse): Upgrade temporalio #25165

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

Gilbert09
Copy link
Member

Problem

In long-running temporal activities, we're occasionally seeing:

2024-09-24T09:28:37.104794Z  WARN temporal_sdk_core::worker::activities::activity_heartbeat_manager: Error when recording heartbeat: Status { code: Cancelled, message: "operation was canceled", source: Some(tonic::transport::Error(Transport, hyper::Error(Canceled, "connection closed"))) }

causing the heartbeat to sometimes fail and thus causing some long-running activities to constantly fail.

This is a known bug of temporalio==1.7.0 but fixed in 1.7.1

Changes

Upgrade the temporalio package to 1.7.1

Does this work well for both Cloud and self-hosted?

Yep

How did you test this code?

Goo unit test coverage

@Gilbert09 Gilbert09 requested a review from a team September 24, 2024 09:36
@Gilbert09 Gilbert09 merged commit 42cad37 into master Sep 24, 2024
87 checks passed
@Gilbert09 Gilbert09 deleted the tom/upgrade-temporal branch September 24, 2024 19:33
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.

2 participants