Skip to content

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

Closed
@ejizba

Description

@ejizba

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.

Metadata

Metadata

Assignees

Labels

GA blockermodel parityv4 🚀We no longer use this label since v4 is now the default model.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions