Skip to content

Lack of Configurable Retry Logic for Activity Method #1339

Closed
@rishi-dev89

Description

@rishi-dev89

Currently, all exceptions thrown by the Activity method are treated as non-retryable, preventing the client from leveraging Dapr's built-in retry mechanism. Ideally, there should be an exception hierarchy where specific exceptions are classified as retryable.

https://github.com/dapr/durabletask-java/blob/main/client/src/main/java/io/dapr/durabletask/DurableTaskGrpcWorker.java#L168

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions