Closed preritdas closed 1 day ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request modifies the logging message in the fub_rate_limited
decorator within the vanilla.py
file. The log message has been updated from "Rate limit hit" to "FUB rate limit hit" to provide clearer context regarding the source of the rate limit. The change occurs after catching an HTTP 429 error, but there are no other modifications to the logic, error handling, or overall functionality of the FollowUpBossDeliverer
class.
File Path | Change Summary |
---|---|
real_intent/deliver/followupboss/vanilla.py | Updated log message in fub_rate_limited decorator from "Rate limit hit" to "FUB rate limit hit" after HTTP 429 error. |
fub_rate_limited
decorator in the same vanilla.py
file, specifically increasing the retry attempts for rate limits, which is directly related to the logging message change in the main PR.In the code where rabbits hop,
A message changed, we won't stop.
"FUB rate limit hit," it now declares,
Clearer paths for all our cares.
With each log, we leap and bound,
In the forest of code, joy is found! 🐇✨
Specify source of rate limit in logger message.
Summary by CodeRabbit