Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultDockerAPI = 30 * time.Second DefaultDockerImagePull = 10 * time.Minute DefaultTrivyScan = 15 * time.Minute DefaultGitOperation = 5 * time.Minute DefaultHTTPClient = 30 * time.Second DefaultRegistry = 30 * time.Second DefaultProxyRequest = 60 * time.Second DefaultBuildTimeout = 30 * time.Minute // DefaultImageUpdateScan bounds an entire batch image update check // end-to-end; individual registry RPCs are separately bounded, but the // aggregate scan needs its own ceiling so a wedged batch cannot hold its // activity slot forever. DefaultImageUpdateScan = 15 * time.Minute // DefaultActivitySlotWait bounds how long a queued activity waits for a // per-environment concurrency slot before failing loudly instead of // parking forever behind hung work. DefaultActivitySlotWait = 2 * time.Minute // DefaultAutoUpdateApply bounds an entire auto-update (update-all) run. // The updater engine's per-container docker operations carry no timeouts // of their own, so this is the Arcane-side backstop that keeps a hung // engine op from holding an activity slot indefinitely. DefaultAutoUpdateApply = 30 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.