Unai Zorrilla

Results 43 comments of Unai Zorrilla

BeatPulseService is public class and you can use it https://github.com/Xabaril/BeatPulse/blob/master/src/BeatPulse/Core/BeatPulseService.cs

Hi @mattdeckard I try to do that ASAP, but remember BeatPulse is only on maintenance, we ported all healthchecks for new ASP.NET Core HealthChecks infraestructura on our project https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/ I...

Hi @tiagor87 @GustavoFonsecaDeAlmeida submmited review, this feature is already include in new AspNetCore.HealthChecks

Hi @lfraile, Let me some days to check this information and write a response on this issue. I like it!

Hi I can’t reproduce the issue! After seing the callstack this is a error on the retry in the servicebus connection.. ie, the check is working and notify a issue...

Hi @MuadDib Why not only one HealthCheck? You can create a connection string using uri /login / pass also and use the same healthcheck?

Hi @MuadDib - AzureServiceBus exist different health checks for different purposes (queue, topics etc) in this case both are for the same "element" EventStore. - You can mantain back compatibility...

Hi @luisflsmarques This is the code that load toggles on the UI https://github.com/Xabaril/Esquio/blob/master/src/Esquio.UI.Host/Infrastructure/Services/DiscoverToggleTypesService.cs Basically, load all assemblies with IToggle types defined! You can add assemblies to the execution context with...

Hi @luisflsmarques The method ```RegisterTogglesFromAssemblyContaining ``` is used to register custom toggles on Client, not on the UI, both are necessary! You need to override the IDiscoverToggleTypeService on the UI...