Enhance tg-index with performance, UI and monitoring features#72
Open
NOOBGLITCH wants to merge 14 commits intoodysseusmax:masterfrom
Open
Enhance tg-index with performance, UI and monitoring features#72NOOBGLITCH wants to merge 14 commits intoodysseusmax:masterfrom
NOOBGLITCH wants to merge 14 commits intoodysseusmax:masterfrom
Conversation
…pplication Add `replit.md` file detailing project architecture, environment variables, and running instructions. Update `requirements.txt` to include `aiohttp`, `aiohttp-jinja2`, and `telethon`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 652211cf-d84c-4e18-9071-57b673a8b2ac Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 64a33732-ef96-4747-b9e9-6af4995e1825 Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 652211cf-d84c-4e18-9071-57b673a8b2ac Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f8bd2cf2-8612-4593-be08-97e9a0b62846 Replit-Helium-Checkpoint-Created: true
Address a `h` undefined error in `logo_view.py` by using `draw.textbbox`, remove duplicate `toggleTheme` function declaration in `footer.html`, and update frontend templates with DaisyUI for a refreshed look and feel. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 652211cf-d84c-4e18-9071-57b673a8b2ac Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: a1c2c5eb-300d-468e-875e-eea935ec1ebd Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/762e23a6-b26e-4e62-bf16-010cf16d18d9/652211cf-d84c-4e18-9071-57b673a8b2ac/SKyZkgM Replit-Helium-Checkpoint-Created: true
- Add health.py: Health metrics, circuit breaker, request dedup, graceful shutdown - Add backpressure.py: Back pressure controller, optimistic locking - telegram.py: Retry decorator with exponential backoff, request tracking - cache.py: Improved LRU/DiskCache with proper locking, size limits - main.py: Health/ready endpoints, signal handling for graceful shutdown - middlewhere.py: Request ID tracking, enhanced rate limiting, CORS support - index_view.py: Message caching, async timeouts - thumbnail_view.py: ThreadPoolExecutor, preloaded placeholders, ETag support, LRU cache - config.py: New settings for cache, concurrency, compression - requirements.txt: Add psutil, aiodns, Brotli - templates: Yellow highlight color for search results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files Changed