mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Executor process initialization can fail and cause this error: ``` concurrent.futures.process.BrokenProcessPool: A child process terminated abruptly, the process pool is not usable anymore ``` ### Changes 🏗️ Add retry to reduce the chance of the initialization error to happen. ### 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] Existing tests