Skip to content

Job Retries with Backoff #2

@iyashjayesh

Description

@iyashjayesh

Goal: Automatically handle transient failures.

Automatically retry jobs that return an error. The system should allow users to define a retry policy, including the maximum number of attempts and an exponential backoff strategy to avoid "thundering herd" issues.

  • wrapping the user's Job in a retry-aware function.
  • should support strategies: Constant, Linear, or Exponential backoff.

Question: Does it make sense to implement this logic inside the package itself, or should retries be handled dynamically at the service or API layer?

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions