
The old approach was to require the runner connection. This did not work anymore with Zeitwerk in Rails 6. @sebastian.serth and I moved the Connection class in `lib` into the ActiveRecord class `Runner`. This will also work with future changes like specific error classes. Furthermore the config was fixed and simplified. Co-authored-by: Sebastian Serth <Sebastian.Serth@hpi.de>
15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
test:
|
|
flowr:
|
|
enabled: false
|
|
code_pilot:
|
|
enabled: false
|
|
codeharbor:
|
|
enabled: false
|
|
codeocean_events:
|
|
enabled: false
|
|
prometheus_exporter:
|
|
enabled: false
|
|
runner_management:
|
|
url: https://runners.example.org
|
|
unused_runner_expiration_time: 180
|