UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

6 lines (4 loc) 88 B
import type { Retry } from "../types"; export const BASE_RETRY: Retry = { max: 2, };