Internet.nl icon indicating copy to clipboard operation
Internet.nl copied to clipboard

Disable routinator when not in use

Open bwbroersma opened this issue 1 year ago • 2 comments

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

However in both cases the routinator service is still started. Maybe a profile can be used to not start the service in develop mode?

bwbroersma avatar Oct 12 '24 15:10 bwbroersma

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.

mxsasha avatar Oct 14 '24 09:10 mxsasha

https://github.com/internetstandards/Internet.nl/pull/1524

aequitas avatar Oct 14 '24 13:10 aequitas