gitops_constants.ts view source
5 Default number of repos to process concurrently during parallel operations.
Shared constants for gitops tasks and operations.
Naming convention: GITOPS_{NAME}_DEFAULT for user-facing defaults.
4 declarations
gitops_constants.ts view source
5 Default number of repos to process concurrently during parallel operations.
gitops_constants.ts view source
"gitops.config.ts" Default path to the gitops configuration file.
gitops_constants.ts view source
10 Maximum number of iterations for fixed-point iteration during publishing. Used in both plan generation and actual publishing to resolve transitive dependency cascades.
In practice, most repos converge in 2-3 iterations. Deep dependency chains may require more iterations.
gitops_constants.ts view source
600000 Default timeout in milliseconds for waiting on NPM package propagation (10 minutes). NPM's CDN uses eventual consistency, so published packages may not be immediately available.