mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
For unknown reason publishing message can fail sometimes due to the connection being broken: MessageQueue suddenly unavailable, connection simply broke, connection being reset, etc. ### Changes 🏗️ Adding a tenacity retry on AMQP or ConnectionError, which hopefully can alleviate the issue. ### 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: - [x] Simple add execution