Skip to content

Send Default Async HTTP Request Sleep Time in OOProc Payload #2142

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

Merged
merged 1 commit into from
Apr 19, 2022

Conversation

hossam-nasr
Copy link
Contributor

@hossam-nasr hossam-nasr commented Apr 19, 2022

Send Config.Options.HttpSettings.DefaultAsyncRequestSleepTimeMilliseconds, which is used to determine the default time to wait between requests when doing HTTP polling, in the payload to out of proc SDKs. This allows OOProc SDKs to recreate extension behavior to implement callHttp polling for OOProc languages

Issue describing the changes in this PR

Unblocks Azure/azure-functions-durable-js#284, JS SDK PR: Azure/azure-functions-durable-js#346

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation PR is ready to merge and referenced in pending_docs.md
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)
  • My changes do not require any extra work to be leveraged by OutOfProc SDKs
  • My changes do not change the version of the WebJobs.Extensions.DurableTask package
    • Otherwise: major or minor version updates are reflected in /src/Worker.Extensions.DurableTask/AssemblyInfo.cs

@hossam-nasr hossam-nasr merged commit 8f191ef into dev Apr 19, 2022
@hossam-nasr hossam-nasr deleted the hossamnasr/http-polling-ooproc branch April 21, 2022 15:32
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.

2 participants