How frequently Edge microgateway poll changes on Edge?

I understand that Edge microgateway pulls the configurations from Edge during bootstrap process. Does any change I do afterwards require restarting the microgateway instance?

Solved Solved
0 1 244
1 ACCEPTED SOLUTION

Edge Microgateway loads the new configuration periodically and executes a reload if anything changed. The polling picks up any changes made on Edge (including changes to products, microgateway-aware proxies, etc) as well as changes made to the local config file. The default polling interval is 600 seconds. You can change this by editing the edgemicro configuration (.yaml) file. Edit the config_change_poll_interval field. Alternatively you can run the following command to reload the configurations -

edgemicro reload -o [org]-e [env]-k [key]-s [secret]

View solution in original post

1 REPLY 1

Edge Microgateway loads the new configuration periodically and executes a reload if anything changed. The polling picks up any changes made on Edge (including changes to products, microgateway-aware proxies, etc) as well as changes made to the local config file. The default polling interval is 600 seconds. You can change this by editing the edgemicro configuration (.yaml) file. Edit the config_change_poll_interval field. Alternatively you can run the following command to reload the configurations -

edgemicro reload -o [org]-e [env]-k [key]-s [secret]