Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 379 Bytes

File metadata and controls

23 lines (23 loc) · 379 Bytes
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 04/23/2024
ms.author glenga
{
    "disabled": false,
    "bindings": [
        {
            ....
        }
    ],
    "retry": {
        "strategy": "exponentialBackoff",
        "maxRetryCount": 5,
        "minimumInterval": "00:00:10",
        "maximumInterval": "00:15:00"
    }
}