Skip to content

Fix #1: [ BOUNTY] [Python] Add retry mechanism with exponential backoff t#38

Open
Nexussyn wants to merge 1 commit into
codeboost-tr:mainfrom
Nexussyn:bounty-fix/issue-1-1782126577531
Open

Fix #1: [ BOUNTY] [Python] Add retry mechanism with exponential backoff t#38
Nexussyn wants to merge 1 commit into
codeboost-tr:mainfrom
Nexussyn:bounty-fix/issue-1-1782126577531

Conversation

@Nexussyn

Copy link
Copy Markdown

Closes #1

Summary

Add configurable retry mechanism with exponential backoff to check_http_service and check_tcp_port functions in tools/health_check.py, with --retries and --backoff CLI arguments, proper logging of retry attempts, and ensure CRITICAL status only after all retries fail.

Changes

Add Retry Mechanism with Exponential Backoff to Health Check Tool

Summary

This PR adds a robust retry mechanism with exponential back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ BOUNTY] [Python] Add retry mechanism with exponential backoff to health check tool

1 participant