Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configuring retry policy when registering a function in v4 #73

Closed
ejizba opened this issue Mar 31, 2023 · 0 comments
Closed

Support configuring retry policy when registering a function in v4 #73

ejizba opened this issue Mar 31, 2023 · 0 comments
Assignees
Labels
GA blocker model parity v4 🚀 We no longer use this label since v4 is now the default model.

Comments

@ejizba
Copy link
Contributor

ejizba commented Mar 31, 2023

Example function.json from v3

{
    "bindings": [
        {
            ....
        }
    ],
    "retry": {
        "strategy": "fixedDelay",
        "maxRetryCount": 4,
        "delayInterval": "00:00:10"
    }
}

We don't have an analogous place for people to put the "retry" properties in v4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GA blocker model parity v4 🚀 We no longer use this label since v4 is now the default model.
Projects
None yet
Development

No branches or pull requests

1 participant