Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(episode): implement concurrent URL fetching with rate limiting #39

Merged
merged 5 commits into from
Feb 15, 2025

Conversation

justchokingaround
Copy link
Contributor

No description provided.

justchokingaround and others added 5 commits February 8, 2025 19:23
- Add IsAiring field to track airing status of anime
- Improve GetAnimeDataByID to fetch and handle airing status
- Fix completion logic for currently airing shows
- Add parallel processing of source URLs with goroutines
- Implement rate limiting (50ms) to prevent API overload
- Add timeout handling (10s) for request completion
- Maintain result order using ordered collection
- Add error handling and partial result recovery
- Improve logging for better debugging
@Wraient
Copy link
Owner

Wraient commented Feb 15, 2025

Shiny refactor

@Wraient Wraient merged commit 4358e9d into Wraient:main Feb 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants