From 65e0156a2b77df54de691b3898b3a53ac08872ee Mon Sep 17 00:00:00 2001 From: James Watkins-Harvey Date: Thu, 12 Feb 2026 16:38:08 -0500 Subject: [PATCH 1/2] Add backoff on ResourceExhausted errors in Poller autoscaler --- temporalio/Cargo.lock | 1 + temporalio/ext/sdk-core | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/temporalio/Cargo.lock b/temporalio/Cargo.lock index 15af77c6..4f6c39ce 100644 --- a/temporalio/Cargo.lock +++ b/temporalio/Cargo.lock @@ -3239,6 +3239,7 @@ dependencies = [ "anyhow", "assert_matches", "async-trait", + "backoff", "bimap", "bon", "bytes", diff --git a/temporalio/ext/sdk-core b/temporalio/ext/sdk-core index 9dedad11..7ecb7c05 160000 --- a/temporalio/ext/sdk-core +++ b/temporalio/ext/sdk-core @@ -1 +1 @@ -Subproject commit 9dedad1115ab64a0ffb8decf3ad3f338979dea9f +Subproject commit 7ecb7c0542de829de7003b40eca2f95befeb0eae From d322f086619be91d167082fabbbd84ccec8d6652 Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Tue, 17 Feb 2026 15:29:32 -0500 Subject: [PATCH 2/2] bump core --- temporalio/ext/sdk-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporalio/ext/sdk-core b/temporalio/ext/sdk-core index 7ecb7c05..12c656f7 160000 --- a/temporalio/ext/sdk-core +++ b/temporalio/ext/sdk-core @@ -1 +1 @@ -Subproject commit 7ecb7c0542de829de7003b40eca2f95befeb0eae +Subproject commit 12c656f7b2dce2a139bb3f1b4873c7007a751380