You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/WebJobs.Script/Utility.cs
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1001,17 +1001,22 @@ public static void ValidateRetryOptions(RetryOptions
1001
1001
}
1002
1002
}
1003
1003
1004
-
// EnableWorkerIndexing set through AzureWebjobsFeatuerFlag always take precdence
1005
-
// if AzureWebjobsFeatuerFlag is not set then WORKER_INDEXING_ENABLED hosting config controls stamplevel enablement
1006
-
// if WORKER_INDEXING_ENABLED is set and WORKER_INDEXING_DISABLED contains the customers app name worker indexing is then disabled for that customer only
1007
-
// Also Worker indexing is disabled for Logic apps
1004
+
// Worker indexing is disabled for Logic apps
1005
+
// EnableWorkerIndexing set through AzureWebjobsFeatureFlag always take precedence
1006
+
// If AzureWebjobsFeatureFlag is not set and
1007
+
// WORKER_INDEXING_DISABLED contains the customers app name worker indexing is then disabled for that customer only
0 commit comments