# 🐛 Improve Microsoft Graph API Temporary Error Handling on PARSE method fixes Sentry error <img width="886" alt="Screenshot 2025-06-02 at 14 39 19" src="https://github.com/user-attachments/assets/117a2601-4bad-48a2-8112-2bb682559b15" /> ### What: Enhances error handling for Microsoft Graph API batch calls ### How: by treating HTTP 503 (Service Unavailable) as temporary errors alongside existing 429 (Rate Limit) handling. ### Additional: improving logging Fixes https://github.com/twentyhq/twenty/issues/12257