microsoft / microsoft/durabletask-mssql
Clarify supported host.json settings
@lilyjma is already working on this.
Since Sep 21, 2023.
- Dominant language
- C#
- Stars
- 105
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Can someone please clarify what Azure Function host.json settings are supported when using the MSSQL Durable Task Extension for Azure Functions?
I'm particularly interested in these settings:
- controlQueueBatchSize
- controlQueueBufferThreshold
- partitionCount
- controlQueueVisibilityTimeOut
- workItemQueueVisibilityTimeout
- maxConcurrentActivityFunctions
- maxConcurrentOrchestratorFunctions
- maxQueuePollingInterval
I'm also unfamiliar with taskEventLockTimeout which appears in the Durable Task SQL guide website but isn't explained:
https://microsoft.github.io/durabletask-mssql/#/README
This explanation of each setting has been very helpful on previous Azure Function apps that I've worked on, though those were not using AKS, KEDA, or MSSQL Durable Task Extension:
https://github.com/MicrosoftDocs/azure-docs/blob/master/includes/functions-host-json-durabletask.md
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.
Assessment
This issue has not been assessed yet.