Azure / Azure/azure-functions-durable-js
Add support for scheduled entity signals
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 66
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 4
Description
Add an overload to `signalEntity` in the client and entity context that accepts a time in UTC to allow for scheduled signalling https://github.com/Azure/azure-functions-durable-extension/pull/990.
https://github.com/Azure/azure-functions-durable-extension/blob/fe11e73/src/WebJobs.Extensions.DurableTask/ContextInterfaces/IDurableEntityClient.cs#L44
Contributor guide
Research direction
Start with the referenced IDurableEntityClient interface and inspect the client and entity-context implementations of signalEntity in this repository. Compare the proposed behavior with the linked Durable Functions pull request; done means both surfaces accept a UTC time for scheduled signalling and expose the corresponding overloads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100