Skip to main content

Community

Connector Improvement: Implement exponential backoff for multiple retries to manage transient errors when calling the Qualtrics API

Completed

Please sign in to leave a comment.

Comments

2 comments

  • Official comment

    Hi Rony,
    We’ve implemented retry mechanism with exponential backoff for the connector. Additionally, we have improved the error handling to ensure we skip any errors that can be handled, while also notifying you(the user) of such warnings. Other errors are handled more gracefully with retries before it is stopped. All this has been done with the rate limits in place as well. 

    Thanks for implementing these changes