aboutsummaryrefslogtreecommitdiff
path: root/utils/ratelimit
AgeCommit message (Collapse)AuthorFilesLines
2026-02-25Refactor anime update logic and task managementBobby1-0/+6
- Simplified title retrieval in AnimeUpdate and updateAnime functions. - Updated next airing checks to use new fields directly. - Removed unnecessary nil checks for titles in various functions. - Enhanced task management by eliminating redundant LastRun updates. - Improved dependency handling in triggerDependentTasks for better clarity and performance. - Streamlined Jikan API response structure by merging related fields. - Added StopRateLimiters function to rate limiter utilities for better control. - Refined episode title handling in TMDB and TVDB enrichment functions. - Introduced Stop method in MultiLimiter for graceful shutdown of rate limiters.
2026-02-24Refactor rate limiter: simplify implementation and improve token managementBobby2-74/+32
2026-02-24Refactor entities and repositories: update JSON tags, add season number, and ↵Bobby2-14/+19
implement related anime fetching logic
2026-02-06Refactor RateLimiter: improve request handling and cleanup logicBobby1-19/+20
2025-05-09move anime to services. refactor. add sub dub streaming countsBobby1-0/+107