Skip to content

Conversation

@AnatoliB
Copy link
Contributor

Please note:

  • The main focus of this PR is on enabling the "Long-Running HTTP Request" scenario, which requires just a single activity in the chain. As a side effect, the entire "Function Chaining" pattern also works in general. However, this is not the main goal right now.
  • To enable the new functionality, the user has to set PSWorkerEnableExperimentalDurableFunctions to "true" (via app settings or local.settings.json).
  • The current implementation is incomplete and does not have enough automated test coverage. Implementing the missing pieces and improving test coverage will take some time. However, we want to deploy this implementation as soon as possible in order to validate the "Long-Running HTTP Request" scenario end-to-end. After this is done, we will complete the work incrementally.

@JustinGrote
Copy link

Nice work, this opens up a lot of scenarios we currently handle either in Azure Automation or with a script-runner on a box.

Copy link
Contributor

@Francisco-Gamino Francisco-Gamino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor comments. Otherwise, LGTM.

@AnatoliB AnatoliB merged commit 330481e into Azure:dev Oct 29, 2019
@AnatoliB AnatoliB deleted the durable-2 branch December 12, 2019 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants