sdk-core icon indicating copy to clipboard operation
sdk-core copied to clipboard

[Bug] LA Fixes to port from Java

Open Sushisource opened this issue 1 year ago • 1 comments

Just capturing notes, handful of things to fix that we learned about while refactoring Java.

  • https://github.com/temporalio/sdk-core/issues/446
  • Local retry threshold tied to WFT timeout - 3x or whatever, for default.
  • Use retry state so I'm accepting of changes to retry policy or timeout adjustments w/o causing nondeterminism error.
  • Cancel of LA if WFT already failed for some other reason - don't orphan LAs

Sushisource avatar Dec 13 '22 01:12 Sushisource