TaskOrchestrationContext.CallHttpAsync, isolated process, configure polling interval. #3283
Replies: 2 comments 4 replies
-
|
Looking at the code, it seems there are a couple options for configuring the polling interval. A |
Beta Was this translation helpful? Give feedback.
-
|
To change the polling interval, update I will open a PR today to update our document for this HttpOptions section. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I'm calling an orchestration in an another durable function app using
TaskOrchestrationContext.CallHttpAsynclike this:I would like to change the default polling interval, but I can't work out how to do it. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions