File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,13 +246,13 @@ You can set these properties on retry policy definitions:
246
246
247
247
Here's an example of a Timer trigger function that uses a fixed delay retry strategy:
248
248
249
- :::code language="python" source="~ /azure-functions-python-worker/tests/endtoend/retry_policy_functions/fixed_strategy/function_app.py" :::
249
+ :::code language="python" source="~ /azure-functions-python-worker/workers/ tests/endtoend/retry_policy_functions/fixed_strategy/function_app.py" :::
250
250
251
251
#### [ Python v2 model] ( #tab/python-v2/exponential-backoff )
252
252
253
253
Here's an example of a Timer trigger function that uses an exponential backoff retry strategy:
254
254
255
- :::code language="python" source="~ /azure-functions-python-worker/tests/endtoend/retry_policy_functions/exponential_strategy/function_app.py" :::
255
+ :::code language="python" source="~ /azure-functions-python-worker/workers/ tests/endtoend/retry_policy_functions/exponential_strategy/function_app.py" :::
256
256
257
257
#### [ Python v1 model] ( #tab/python-v1/fixed-delay )
258
258
You can’t perform that action at this time.
0 commit comments