Skip to content

telegram bot apis failover implementation for long-polling mode#104

Merged
ksilisk merged 2 commits into
masterfrom
103-longpolling-with-multiple-tgbotapi-urls
May 3, 2026
Merged

telegram bot apis failover implementation for long-polling mode#104
ksilisk merged 2 commits into
masterfrom
103-longpolling-with-multiple-tgbotapi-urls

Conversation

@ksilisk

@ksilisk ksilisk commented May 2, 2026

Copy link
Copy Markdown
Owner

📝 Summary

New failover for long-polling mode (suitable for multiple telegram bot api instances).
It switches endpoints in runtime without restarting and reconfiguring application.

🔗 Related Issue


📦 Type of Change

Mark the type of change this PR introduces:

  • 🐞 Bug fix
  • ✨ New feature
  • ♻️ Refactoring (no functional changes)
  • 🧪 Tests only
  • 📚 Documentation
  • ⚠️ Breaking change

✅ Checklist

Before submitting, please ensure that:

  • The branch name follows the convention (feature/#id-description)
  • The PR title clearly describes the change
  • The PR is linked to an issue (Closes #...)
  • Commits are meaningful and well-structured
  • Code follows the project style and structure
  • Unit tests have been added or updated
  • All tests pass locally (mvn clean verify)
  • Documentation / Javadoc updated if necessary

@ksilisk ksilisk linked an issue May 2, 2026 that may be closed by this pull request
@ksilisk ksilisk merged commit 5b1f60a into master May 3, 2026
2 checks passed
@ksilisk ksilisk deleted the 103-longpolling-with-multiple-tgbotapi-urls branch May 3, 2026 18:34
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.

LongPolling with multiple TGBotAPI urls

1 participant