Closed abdbbdii closed 5 months ago
[!WARNING]
Rate limit exceeded
@abdbbdii has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 27 minutes and 52 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 2d8ad7f54c0f2b63a52859e27928e16dc502eacb and cde655c9d347f9a9bab776f0e654b42df832081a.
The src/config/settings.go
file has been updated to dynamically read configuration settings from environment variables. This includes settings for auto-reply messages, webhooks, log levels, and file size limits. Two new helper functions, getEnv
and getEnvAsInt64
, have been added to facilitate these changes.
Files | Change Summary |
---|---|
src/config/settings.go | Updated to read configuration settings from environment variables using new helper functions getEnv and getEnvAsInt64 . |
In the land of code where changes flow, Environment variables now bestow, Dynamic settings, swift and bright, Configurations set just right. With helpers new, the code does sing, A rabbit's joy in every string. 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Allow user to change webhook and other settings from .env (environment variables file) for easier deployments.