microsoft / durabletask-mssql

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

Consumption plan support still planned? #115

Closed IGx89 closed 2 years ago

IGx89 commented 2 years ago

Hello! The quick start documentation says the following:

At the time of writing, the Durable SQL provider is in its early stages and does not yet work with the Azure Functions Consumption plan. It does work with the Azure Functions Elastic Premium plan but you must enable Runtime Scale Monitoring to get automatic scaling. App Service plans are also supported. Consumption plan support and Scale Controller support for Elastic Premium is coming in a later release.

That seems to say that consumption plan support is planned. Is that still the case?

cgillum commented 2 years ago

Yes, Consumption plan support has been completed and we're just waiting for it to roll out to all Azure Functions production regions. We'll send a GA announcement and update the documentation (including here) once it's ready to be used.

IGx89 commented 2 years ago

That's great news, thank you!

IGx89 commented 1 year ago

hi @cgillum! Any updates on the consumption plan support rollout? Docs still say it's not supported, but a rollout taking multiple months seems odd as well. If there's an issue I could watch instead of bugging you, just LMK :). Thanks!

cgillum commented 1 year ago

I completely agree that a deployment taking multiple months seems odd - yet unfortunately that's the current state of things. Some changes are being made so that future changes won't take this long (they will use a different deployment mechanism designed to avoid these kinds of delays). We're close, though - somewhere in the 90%+ range of completion.