How to overwrite the intervaltime in support-scheduler? #219
-
Beta Was this translation helpful? Give feedback.
Answered by
lenny-goodell
Nov 29, 2023
Replies: 1 comment 1 reply
-
You can control it through the API call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bighb69738 , the configuration file is only used on the first start of the service, which pushes the configuration into the config provider (aka Consul). On subsequent restarts, it pulls the configuration from the Config provider, so your changes will not be seen since you had started the service with the original configuration which is being pulled from Consul. Also not that the configuration is used to create the Intervals in the DB.
There are 4 ways to resolve this:
http://localhost:8500/ui/dc1/kv/edgex/v3
and restart the service