Set RECYCLE_CONTAINERS to false

This commit is contained in:
Sebastian Serth
2020-11-24 17:46:19 +01:00
parent a930c7513b
commit f96da0833b

View File

@ -9,7 +9,7 @@ class DockerClient
# Ralf: I suggest to replace this with the environment variable. Ask Hauke why this is not the case! # Ralf: I suggest to replace this with the environment variable. Ask Hauke why this is not the case!
LOCAL_WORKSPACE_ROOT = Rails.root.join('tmp', 'files', Rails.env) LOCAL_WORKSPACE_ROOT = Rails.root.join('tmp', 'files', Rails.env)
MINIMUM_MEMORY_LIMIT = 4 MINIMUM_MEMORY_LIMIT = 4
RECYCLE_CONTAINERS = true RECYCLE_CONTAINERS = false
RETRY_COUNT = 2 RETRY_COUNT = 2
MINIMUM_CONTAINER_LIFETIME = 10.minutes MINIMUM_CONTAINER_LIFETIME = 10.minutes
MAXIMUM_CONTAINER_LIFETIME = 20.minutes MAXIMUM_CONTAINER_LIFETIME = 20.minutes