Skip to content

How to overwrite the intervaltime in support-scheduler? #219

Closed Answered by lenny-goodell
bighb69738 asked this question in Q&A
Discussion options

You must be logged in to vote

@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:

  1. Do a clean stop of all services and then a fresh start with your volume mounted configuration.
  2. Delete the configuration from Consul using Consul UI at http://localhost:8500/ui/dc1/kv/edgex/v3 and restart the service
    • Dele…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lenny-goodell
Comment options

Answer selected by bighb69738
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants