edgexfoundry / app-functions-sdk-go

Owner: Applications WG
Apache License 2.0
43 stars 81 forks source link

fix: Properly detect config changes so pipeline is rebuilt only when it changes #1542

Closed lenny-goodell closed 8 months ago

lenny-goodell commented 8 months ago

fixes #1541, #1540

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/app-functions-sdk-go/blob/main/.github/CONTRIBUTING.md

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

run test from #1541 Verify message is now

msg="No configuration changes detected that need special processing"

Make changes to pipeline configuration Verify logs contain

msg="Configurable Pipeline successfully reloaded from new configuration"

New Dependency Instructions (If applicable)

lenny-goodell commented 8 months ago

recheck