mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-09 06:15:41 -05:00
<!-- Clearly explain the need for these changes: --> We have logged 272k timeout errors in the past week from the event loop. Don't raise those as errors. Also along the way for diagnosing this we found that some items were inserted into batches with incomplete datasets so handle that too. ### Changes 🏗️ - Handle timeout errors explicitly - Add better messaging for other error types - Add filtering for queueing bad mezsaging - add filtering for reading bad batches <!-- Concisely describe all of the changes made in this pull request: --> ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [x] Pull dev db - [x] Test new code to check stability + error reduction --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>