Hey.
We've currently facing an 'startup' issue for a bunch of our heavy jobs:
Failed to launch container: discarded; Abnormal executor termination: unknown container.
Docker container is something around 6Gbs and is just too big for a quick pull, so I've decided to bump initial startup timeout.
According to the docs the proper key is deployHealthTimeoutSeconds so I've added
Hey. We've currently facing an 'startup' issue for a bunch of our heavy jobs:
Failed to launch container: discarded; Abnormal executor termination: unknown container
. Docker container is something around 6Gbs and is just too big for a quick pull, so I've decided to bump initial startup timeout. According to the docs the proper key isdeployHealthTimeoutSeconds
so I've addedbut new the new deploy still fails after 120 seconds. After that I've added similar config key to s9y server
and restarted it -- but no luck. Can you please clarify how to bump the initial timeout? We're using 1.2.0 in Prod and 1.5.0 in QA.