js-sdk icon indicating copy to clipboard operation
js-sdk copied to clipboard

Add support for Jobs FailurePolicy

Open acroca opened this issue 6 months ago • 0 comments

There has been a change recently in the dapr runtime proto files in which Jobs now have FailurePolicy and it'd be good to support it in this SDK.

Dapr change with the updated runtime proto files: https://github.com/dapr/dapr/pull/8785/files#diff-da511bac0105b1e517ff78c6351b68bda0d5862cb0daae89127f6c0250551265R1224-R1274

Reference SDK change in Go: https://github.com/dapr/go-sdk/pull/737

RELEASE NOTE: ADD Configurable Jobs FailurePolicy

Docs updated: https://github.com/dapr/docs/pull/4676

acroca avatar Jun 19 '25 12:06 acroca