Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.
MIT License
134 stars 52 forks source link

Is rewind supported or not? #462

Open evanlouie opened 9 months ago

evanlouie commented 9 months ago

The docs (https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-instance-management?tabs=python#rewind-instances-preview) note that rewind as "This feature is currently not supported in Python". But I see that DurableOrchestrationClient does have an implementation of rewind on it.

Are the docs right/wrong? Is the existing implementation in DurableOrchestrationClient safe to use?

kaibocai commented 9 months ago

Hey @evanlouie , did you get a chance to try it out on your side? I assume the code already supports rewind for python. cc @davidmrdavid

evanlouie commented 8 months ago

It seems to work. My main concern is whether or not it is "safe" to use -- am I using a non GA feature? am I using code which might break?

kaibocai commented 8 months ago

Yes, this feature is currently in Preview, it's not GA yet. Adding @LilymaMS for awareness.