Set operation response timeout to a runtime value
Open
- Dominant language
- C#
- Stars
- 10.9k
- Forks
- 2.1k
- Avg merge
- 13h 56m
- Merged PRs (30d)
- 351
Description
The only way I could find to set a response timeout for a specific operation was using the `ResponseTimeout` attribute.
We's like to be able to specify this value from configuration / call parameters.
Would it be possible to add a `SetDefaultResponseTimeout` method to `IInvokable` so we could use it in a call filter?
Contributor guide
Research direction
Start by tracing IInvokable and the existing ResponseTimeout attribute to understand how operation response timeouts are applied, then inspect the call-filter path for runtime configuration or parameters. Done means a runtime-set default response timeout is supported and covered by tests for configuration and per-call behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100