Reuse runners per user and execution environment
Co-authored-by: Jan-Eric Hellenberg <jan-eric.hellenberg@student.hpi.uni-potsdam.de> Co-authored-by: Maximilian Pass <maximilian.pass@student.hpi.uni-potsdam.de>
This commit is contained in:

committed by
Sebastian Serth

parent
3017e46006
commit
17bd2d8726
@ -8,6 +8,10 @@ default: &default
|
||||
enabled: false
|
||||
codeocean_events:
|
||||
enabled: false
|
||||
runner_management:
|
||||
url: https://runners.example.org
|
||||
cleanup_interval: 60
|
||||
unused_runner_expiration_time: 180
|
||||
|
||||
development:
|
||||
flowr:
|
||||
@ -21,8 +25,6 @@ development:
|
||||
url: https://codeharbor.openhpi.de
|
||||
prometheus_exporter:
|
||||
enabled: false
|
||||
runner_management:
|
||||
url: https://runners.example.org
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
|
Reference in New Issue
Block a user