Having some difficulty getting kong reload
to work - wondering if anyone had any pointers. Based on the help it seems like this should work:
sudo kong reload -c /etc/kong/kong.conf -p /usr/local/kong/
I’m attempting to set router_update_frequency
and reload Kong but it doesn’t seem to take - the only way I can get it to take hold is by doing a hard restart, i.e. sudo systemctl restart kong
which causes requests to fail unfortunately. I tried various permutations, with and without the prefix / config files specified, in the Kong directory and not, and so on.
Any help would be most appreciated - thanks!
Matt