
The runner model is only a class responsible for storing information now. Based on the configuration it picks a strategy for the runner management. The Poseidon strategy is already implemented and tested. The Docker strategy will follow.
16 lines
301 B
Plaintext
16 lines
301 B
Plaintext
test:
|
|
flowr:
|
|
enabled: false
|
|
code_pilot:
|
|
enabled: false
|
|
codeharbor:
|
|
enabled: false
|
|
codeocean_events:
|
|
enabled: false
|
|
prometheus_exporter:
|
|
enabled: false
|
|
runner_management:
|
|
strategy: poseidon
|
|
url: https://runners.example.org
|
|
unused_runner_expiration_time: 180
|