microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Task Hub configuration #10

Closed cgillum closed 3 years ago

cgillum commented 3 years ago

This PR adds more control over task hub configuration. This includes explicit configuration in host.json or code as well as support for enabling (or disabling) multitenancy mode in SQL.

See the updated CHANGELOG.md for more details.

A quick perf test of 1K sequences with EP3 and a 4-core Azure SQL DB shows that perf has not regressed.

This is the first step for completing #8.