We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2089ed0 commit 0398d08Copy full SHA for 0398d08
articles/azure-functions/durable/durable-functions-overview.md
@@ -252,7 +252,7 @@ const moment = require("moment");
252
253
module.exports = df.orchestrator(function*(context) {
254
const jobId = context.df.getInput();
255
- const pollingInternal = getPollingInterval();
+ const pollingInterval = getPollingInterval();
256
const expiryTime = getExpiryTime();
257
258
while (moment.utc(context.df.currentUtcDateTime).isBefore(expiryTime)) {
0 commit comments