adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

Update error.py #834

Closed Luci2015 closed 1 month ago

Luci2015 commented 9 months ago

Summary

It should now correctly fall in the retry mechanism of the call_with_retry_async function

Testing Steps

raise TimeoutException(message)

Fixes #833