Giter Site home page Giter Site logo

Comments (5)

KenHundley avatar KenHundley commented on July 17, 2024 1

Ok, this should be corrected with this PR. I tested a similar scenario and the change event was only firing when an actual deviation was detected.

from aws-dotnet-extensions-configuration.

KenHundley avatar KenHundley commented on July 17, 2024

The executing code has no way to know beforehand if the values have changed in the Parameter Store, so it must query them to get their current state even if nothing has changed. This OnChange event is that trigger.

from aws-dotnet-extensions-configuration.

timje avatar timje commented on July 17, 2024

Could you compare before/after and see if "Data" changed? Then only call OnReload if it changed?

from aws-dotnet-extensions-configuration.

KenHundley avatar KenHundley commented on July 17, 2024

ok, got it. So the issue you are having is because the OnReload method is getting called. I can look at adding a before and after comparison here and only execute the OnReload if the Dictionaries are different.

Can I ask what issue you are getting from the current code? I'd like to understand exactly what's happening currently so that I can ensure the issue is resolved after a code change.

from aws-dotnet-extensions-configuration.

timje avatar timje commented on July 17, 2024

Great thanks! I'm subscribing to IOptionsMonitor.OnChange and clearing some cached data when this occurs (because the cached data was populated based on the parameters). But this doesn't work as expected, since the OnChange is fired every "reloadAfter" seconds.

from aws-dotnet-extensions-configuration.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.