[GH-ISSUE #524] Disable connection check at every query #181

Closed
opened 2026-02-26 04:34:18 +03:00 by kerem · 0 comments
Owner

Originally created by @mageddo on GitHub (Jul 31, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/524

What is Happening

CircuitBreaker is checking connection at every query which is made

What is Expected

It's unnecessary, just check the connection for every configured remote, time by time as configured at CircuitBreakerWatchDogScheduler will be sufficient.

Changes (Optional)

  • Disable query connection check
Originally created by @mageddo on GitHub (Jul 31, 2024). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/524 ## What is Happening CircuitBreaker is checking connection at every query which is made ## What is Expected It's unnecessary, just check the connection for every configured remote, time by time as configured at CircuitBreakerWatchDogScheduler will be sufficient. ## Changes (Optional) * Disable query connection check
kerem 2026-02-26 04:34:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#181
No description provided.