UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

7 lines (5 loc) 151 B
import type { Retry } from "../types"; export const BASE_RETRY: Retry = { max: 2, when: ["runner_system_failure", "stuck_or_timeout_failure"], };