temporalio / temporalio/features
Add ability to set timer options like summary on higher-level timer calls
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the solution you'd like
Currently timer options are available on .newTimer which allows setting summary, but there is a desire to add on .sleep, .await, and maybe others. Whether this is via TimerOptions on those calls, having their own options (e.g. SleepOptions/AwaitOptions), or just overloads that accept summary strings is TBD by implementer.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing .newTimer, .sleep, and .await timer call APIs and their TimerOptions handling. Compare how summaries are currently configured, then determine the intended option shape for higher-level calls and define completion as consistent timer-option support with compatibility coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100