Skip to content

Add typed Retryable and NonRetryable exceptions to the Java SDK #484

Description

@pratyush618

A Java task handler has no way to signal retry intent by exception type: everything thrown is treated the same and the retry decision is timing-only.

Add RetryableException and NonRetryableException under org.byteveda.taskito, honour them in the worker outcome path, and document them alongside RetryPolicy. Pairs with the retry-predicate work for the shells.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestjavaJava SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions