coinbase / temporal-ruby

Ruby SDK for Temporal
Apache License 2.0
213 stars 81 forks source link

[WIP] Allow inheritance of retry and timeout options #286

Open hughevans opened 4 months ago

hughevans commented 4 months ago

Presently you only have the option of using the default options or per-class configuration of timeout and retry. This PR changes it so subclassed executables inherit these settings from their parent Ruby class.

hughevans commented 4 months ago

Looks like I have more work to do.