Skip to content
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

Is rewind supported or not? #462

Open
evanlouie opened this issue Oct 31, 2023 · 3 comments
Open

Is rewind supported or not? #462

evanlouie opened this issue Oct 31, 2023 · 3 comments
Labels
Enhancement Feature requests. P2 Priority 2 question

Comments

@evanlouie
Copy link

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
Copy link
Member

kaibocai commented Nov 1, 2023

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
Copy link
Author

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
Copy link
Member

kaibocai commented Nov 2, 2023

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

@lilyjma lilyjma added P2 Priority 2 Enhancement Feature requests. labels Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Feature requests. P2 Priority 2 question
Projects
None yet
Development

No branches or pull requests

4 participants