1. 29 Dec, 2025 1 commit
  2. 28 Dec, 2025 1 commit
    • noreply's avatar
      feat: Schedule batch update for account last_used_at · cbfce49a
      noreply authored
      Implement deferred batch update mechanism to reduce database load:
      
      - Add DeferredService for batching account last_used_at updates
      - Add TimingWheelService for efficient recurring task scheduling
      - Integrate with GatewayService and OpenAIGatewayService
      - Implement BatchUpdateLastUsed repository method using CASE...WHEN SQL
      - Fix golangci-lint error: Replace interface{} with any
      
      Benefits:
      - Reduces database writes by batching updates (10-second intervals)
      - Improves request throughput by deferring non-critical updates
      - Maintains accurate account usage tracking for scheduling
      cbfce49a
  3. 27 Dec, 2025 1 commit
  4. 26 Dec, 2025 1 commit
  5. 25 Dec, 2025 2 commits
  6. 24 Dec, 2025 1 commit
  7. 20 Dec, 2025 1 commit
  8. 19 Dec, 2025 1 commit
  9. 18 Dec, 2025 1 commit