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(api): add caching for GitHub release API response #146

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

hdkiller
Copy link
Contributor

This PR resolves the recurring rate limiting of my IP address, encountered during MAFL health checks due to its version checks with GitHub requests, by implementing a caching mechanism for these requests.

@hywax-assistant
Copy link
Collaborator

👋 @hdkiller

💖 Thanks for opening this pull request!

Please follow the contributing guidelines. And we use semantic commit messages to streamline the release process.

Examples of commit messages with semantic prefixes:

  • fix: interval for sending a request in the base service
  • feat: add new NAME service
  • docs: example of using the NAME service

@hywax hywax added the 0.x Changes in 0.x version label Nov 28, 2024
@hywax hywax merged commit f4a8f86 into hywax:main Nov 28, 2024
1 check passed
@hywax-assistant
Copy link
Collaborator

👋 @hdkiller Congrats on merging your first pull request! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.x Changes in 0.x version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants