-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
(AzureCXP) fixed continueAsNew for JavaScript #71189
Conversation
resolves MicrosoftDocs/azure-docs#70981
@ChaitanyaNaykodi-MSFT : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@davidmrdavid is this fix correct? I thought we didn't need to yield continueAsNew(), but maybe the JavaScript SDK is doing something I didn't expect? |
Note that publishing in this repository is suspended until Tuesday, March 2. Merging will resume Tuesday. Authors can still review and sign off on PRs during this time. Thanks. |
This is right, @cgillum. We needed to handle both cases because JS already had the precedent of requiring a I believe that behavior in JS was unintended, and that we wanted to fix it to support both cases, like Python, but that we never followed-up on that. That's the tricky thing with OOProc, bugs need to be followed-up across repos.... That aside, I believe we should merge this fix and simply create a ticket to ensure we finally fix |
I created the JS item here: Azure/azure-functions-durable-js#248 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @davidmrdavid for the confirmation. In that case, I think we're good to merge this PR.
Thank you @cgillum & @davidmrdavid |
#sign-off |
@ChaitanyaNaykodi-MSFT: I'm sorry - only the author of this article, @cgillum, can sign off on your changes. But we do have an exception process - if you are on the Microsoft content or product team for this product area, you can ask the PR review team to review and merge it by sending mail to the techdocprs alias. |
#sign-off |
@davidmrdavid: I'm sorry - only the author of this article, @cgillum, can sign off on your changes. But we do have an exception process - if you are on the Microsoft content or product team for this product area, you can ask the PR review team to review and merge it by sending mail to the techdocprs alias. |
@cgillum, do you mind doing the sign-off? |
#sign-off |
@cgillum Thanks for the sign-off. We'll merge this approved pull request on Tuesday when publishing in this repo resumes. |
resolves MicrosoftDocs/azure-docs#70981