Skip to content

Commit 91391ab

Browse files
authored
Merge pull request #3181 from yuvipanda/timeout-3
hetzner-2i2c: Increase the timeout + disable image cleaner
2 parents 4941f36 + 4aa979e commit 91391ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/hetzner-2i2c.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ binderhub:
4444
# try to avoid timeout pushing to local registry
4545
# default is 60
4646
# this must have no spaces to be processed by repo2docker correctly
47-
- '--DockerEngine.extra_init_args={"timeout":120}'
47+
- '--DockerEngine.extra_init_args={"timeout":1200}'
4848

4949
LaunchQuota:
5050
total_quota: 200
@@ -95,6 +95,8 @@ binderhub:
9595
- hub.2i2c.mybinder.org
9696

9797
imageCleaner:
98+
# disable image cleaner temporarily as it seems to wipe layers before they get pushed
99+
enabled: false
98100
# Use 40GB as upper limit, size is given in bytes
99101
imageGCThresholdHigh: 40e9
100102
imageGCThresholdLow: 30e9

0 commit comments

Comments
 (0)