Replies: 1 comment 4 replies
-
It depends on what configuration you changed. Only the configuration uncer the Writable section supports dynamically config update. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi EdgeX Team,
I am using app-service-configurable (version 3.1.1) and trying to dynamically update its configuration by modifying key/value pairs in Consul at:http://127.0.0.1:8500/ui/dc1/kv/edgex/v3/app-rules-engine/Writable/Pipeline/Functions
It seems that app-service-configurable detects the updates (logs show configuration updates), but the changes do not take effect immediately. To make the new configuration work, I need to restart the app-service-configurable container.
Is there a way to automatically reload and apply the updated configuration without restarting the container?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions