-
Notifications
You must be signed in to change notification settings - Fork 0
FUND-2310 NRC Listener: Hangfire-extend-menu-with-Unhealty-Webhook-receiver-monitor+bugfix #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new Hangfire dashboard page for monitoring unhealthy webhook receivers, along with circuit breaker enhancements to support half-open state transitions and health recovery.
Changes:
- Added a new dashboard page (
UnhealthMonitorDashboardPage) with auto-refresh and cache clearing capabilities - Enhanced circuit breaker logic to support half-open state transitions and better failure tracking
- Extended the Hangfire navigation menu with a new "Unhealth Monitor" item
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
UnhealthMonitorDashboardPage.cs |
New Hangfire dashboard page providing UI for monitoring unhealthy webhook receivers with auto-refresh and cache clearing |
RedisCircuitBreakerSubscriberHealthTracker.cs |
Added methods to retrieve and clear unhealthy subscribers, plus half-open state transition logic |
ICircuitBreakerSubscriberHealthTracker.cs |
Extended interface with methods for retrieving and clearing unhealthy subscribers |
Program.cs |
Registered new dashboard page and added menu item to Hangfire navigation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/OneGround.ZGW.Notificaties.Messaging/UI/UnhealthMonitorDashboardPage.cs
Show resolved
Hide resolved
...Notificaties.Messaging/CircuitBreaker/Services/RedisCircuitBreakerSubscriberHealthTracker.cs
Outdated
Show resolved
Hide resolved
...Notificaties.Messaging/CircuitBreaker/Services/RedisCircuitBreakerSubscriberHealthTracker.cs
Outdated
Show resolved
Hide resolved
...ZGW.Notificaties.Messaging/CircuitBreaker/Services/ICircuitBreakerSubscriberHealthTracker.cs
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
...Notificaties.Messaging/CircuitBreaker/Services/RedisCircuitBreakerSubscriberHealthTracker.cs
Fixed
Show fixed
Hide fixed
src/OneGround.ZGW.Notificaties.Messaging/UI/UnhealthMonitorDashboardPage.cs
Dismissed
Show dismissed
Hide dismissed
Grabauskas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please cover your detected issue with unit tests
|
UnitTest is already fixed in last commit |
Pull Request
Description
Type of Change
Related Issues
Testing
Checklist