Open bwbroersma opened 1 month ago
There are a few cases in which routinator is not used, e.g.:
INTERNET_NL_CHECK_SUPPORT_RPKI=False
or during development when the ROUTINATOR_URL is not local, e.g.: https://github.com/internetstandards/Internet.nl/blob/1368a1e910153a2694e96be7c0de8257b0250a51/docker/develop.env#L57-L58
ROUTINATOR_URL
However in both cases the routinator service is still started. Maybe a profile can be used to not start the service in develop mode?
Yes, this would be good. It's quite a heavy process. We should already be treating dev separately by disabling periodic checks, so probably this isn't too hard.
https://github.com/internetstandards/Internet.nl/pull/1524
There are a few cases in which routinator is not used, e.g.:
or during development when the
ROUTINATOR_URL
is not local, e.g.: https://github.com/internetstandards/Internet.nl/blob/1368a1e910153a2694e96be7c0de8257b0250a51/docker/develop.env#L57-L58However in both cases the routinator service is still started. Maybe a profile can be used to not start the service in develop mode?