[PR #991] [MERGED] Try to fix "Log processing is rate limited" spam #995

Closed
opened 2026-02-15 15:57:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/991
Author: @13xforever
Created: 4/1/2025
Status: Merged
Merged: 4/1/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (1)

  • c50b6dd move log processing limiter down to the actual processing block

📊 Changes

1 file changed (+134 additions, -96 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsingHandler.cs (+134 -96)

📄 Description

This should prevent the "rate limited" spam on every message when the bot is busy


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/991 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`c50b6dd`](https://github.com/RPCS3/discord-bot/commit/c50b6ddf6972eae1bbe35fb54b7e5bd5236b9d52) move log processing limiter down to the actual processing block ### 📊 Changes **1 file changed** (+134 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+134 -96) </details> ### 📄 Description This should prevent the "rate limited" spam on every message when the bot is busy --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:26 -05:00
yindo closed this issue 2026-02-15 15:57:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#995