devridge0 / devridge0/telegram-trading-bot
Implement message queue to handle burst requests
Open
enhancement
scalability
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Use a queue (e.g., Redis) to manage bursts of Telegram commands and avoid rate limits.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the JavaScript entry point that receives Telegram commands and reviewing how requests are currently handled. Define the queue behavior around Redis, including burst handling and rate-limit protection; the work is done when queued commands are processed reliably without exceeding Telegram limits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, redis
- Domain
- api, backend, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100