Patrik

Results 11 comments of Patrik

@finnsson Any plans ?

@finnsson Understand , and that sounds like an good plan for now. Cause then at least pull request etc can be accepted.

I did something like this ``` var cacheConfig = CacheManager.Core.ConfigurationBuilder.BuildConfiguration(settings => { settings.WithSerializer(typeof(CacheManager.Serialization.Json.JsonCacheSerializer)).WithMicrosoftMemoryCacheHandle("in-memory").And.WithRedisConfiguration("redis", redisIpAddress) .WithMaxRetries(1000) .WithRetryTimeout(100) .WithRedisBackplane("redis") .WithRedisCacheHandle("redis", true); }); services.AddSingleton(t => CacheFactory.FromConfiguration(cacheConfig)); services.AddSingleton(t => CacheFactory.FromConfiguration(cacheConfig)); services.AddSingleton(t => CacheFactory.FromConfiguration(cacheConfig)); ```...

> Thanks for this PR. The test looks good. Would you please add: > > 1. some documentation on this > 2. an other test with multiple `cloudflare-proxied` domains >...

@mloiseleur added docs & additional tests also explained the reasoning on `DeepClone` https://github.com/kubernetes-sigs/external-dns/pull/4325#issuecomment-2013644409

@mazzy89 what was the problem? Cause I'm seeing same behavior :)

Hehe no problem, I Solved it doing `defaultValue: Sequelize.fn('now'),` Thanks anyways 👍

Also added support for getting the token from the request headers.

No problem, See if you like my changes :)