temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
271 stars 72 forks source link

[Bug] Don't retry INTERNAL gRPC errors by default #773

Open Sushisource opened 3 months ago

Sushisource commented 3 months ago

After a bunch of talk we decided not to retry these by default, and possibly whitelist certain INTERNAL errors that should be retryable. EX: stream resets (but, we don't know if those would even happen in hyper and if so what form they take).