-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V5.x release to support cleanly TimerTrigger with Azure Storage V12 #805
Comments
@karshinlin do you have any inputs here. |
I have flagged this with our team. You will need to use the 5.x beta packages today for Timer Trigger to support the v12 storage SDKs. @mattchenderson for more input on the timeline for taking these packages out of GA |
Closing it as answered |
@ramya894 Question was indeed answered. Would have been nice though to hear back from @mattchenderson on the timeline to have the package out of beta |
@superjulius will update you soon |
@mattchenderson pls commnets |
I don't have an exact ETA for this at the moment, but that's something I've been trying to get a bit more clarity on. It hopefully shouldn't be too far out. |
We have been upgrading our WebJobs to use Microsoft.Azure.WebJobs.Extensions.Storage 5.x successfully except for the ones that are using TimerTrigger.
TimerTrigger is only available in Microsoft.Azure.WebJobs.Extensions 4.0.1, which depends on Microsoft.Azure.WebJobs.Host.Storage using Azure Storage 11.x
TimerTrigger is also available in the Microsoft.Azure.WebJobs.Extensions 5.x beta.
Is there any plan to move out of beta for 5.x? If not any time soon, is that beta production ready/safe?
Expected behavior
Actual behavior
Related information
#745 Adding storagev12 ScheduleMonitor implementation
cc @karshinlin
The text was updated successfully, but these errors were encountered: