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 Docs updated: https://github.com/dapr/docs/pull/4676