Skip to content

Retries

AYNIG does not implement retries. Retrying is a workflow policy.

A simple convention:

  • Use trailers like:
    • dwp-attempt: 1
    • dwp-max-attempts: 3
  • If a command fails, create a new commit with the same dwp-state and increment the attempt.
  • Stop retrying when attempt reaches max.

These are conventions only; AYNIG does not interpret them.