eclipse-volttron / volttron-platform-driver

Apache License 2.0
0 stars 5 forks source link

Configuration updates do not update the polling schedule. #33

Open davidraker opened 1 month ago

davidraker commented 1 month ago

While configurations may be updated in the configuration store, and these are parsed and update the data model, the changes do not yet affect the poll schedule without restarting the agent.

To Reproduce

  1. start the agent.
  2. Save a new configuration to the config store.
  3. Note that the poll schedule does not incorporate the changes.

Expected behavior Configuration updates should be reflected in the poll schedule without restarting the agent.