littleshop/TeleBot/TeleBot/Services
sysadmin a43fa292db
All checks were successful
Build and Deploy LittleShop / Deploy to Production VPS (Manual Only) (push) Has been skipped
Build and Deploy LittleShop / Deploy to Pre-Production (CT109) (push) Successful in 1m2s
fix: Bot activity tracking performance - 523x faster (3000ms to 5.74ms)
- Fixed BotActivityTracker configuration key mismatch (LittleShop:BaseUrl -> LittleShop:ApiUrl)
- Resolved DNS resolution failures causing 3-second timeouts on every activity tracking call
- Updated fallback from Docker hostname (littleshop:5000) to localhost (localhost:5000)
- Added comprehensive E2E integration test script for LittleShop + TeleBot + SilverPay
- Documented all test results with performance metrics and troubleshooting steps

Performance Improvement: 523x faster (from 3000ms+ to 5.74ms average)

Remaining Issue: SilverPay payment gateway not accessible at http://10.0.0.51:5500
Payment creation fails with HTTP 404 - requires infrastructure investigation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 17:34:06 +00:00
..
BotActivityTracker.cs fix: Bot activity tracking performance - 523x faster (3000ms to 5.74ms) 2025-11-17 17:34:06 +00:00
BotManagerService.cs feat: Bot management improvements with wallet configuration and duplicate detection 2025-10-10 12:34:00 +01:00
CallbackDataMapper.cs "Fix-BUTTON_DATA_INVALID-and-add-multi-buy-buttons" 2025-10-03 15:26:52 +01:00
LittleShopService.cs Add: Debug logging for product variant data in TeleBot 2025-10-08 18:55:57 +01:00
MessageDeliveryService.cs update 2025-08-27 22:19:10 +01:00
PrivacyService.cs Fix: Currency display consistency and remove PGP security vulnerability 2025-10-03 17:36:10 +01:00
ProductCarouselService.cs Fix: Product details now auto-scroll into view when Buy is clicked 2025-10-06 04:08:50 +01:00
SessionManager.cs Fix: Saved address now persists across sessions 2025-10-06 04:58:01 +01:00