[#487] Failed synchronization

Migrated from Redmine #487 | Author: Maram M
Status: New | Priority: High, I’m very impatient | Created: 2020-03-09


When we import users more than 10K we send request addClient, and when we exceed the 10K then we receive an error response.

How can we let this failed request be triggered without importing the users again?

Dmytro Bondarev wrote:

If i understand you correctly you should stop calling any API methods after you get limit error response.
After 24 hours you can continue importing your clients and of course you must skip already imported clients.

Maram M wrote:

Dmitry Bondarev wrote:

If i understand you correctly you should stop calling any API methods after you get limit error response.
After 24 hours you can continue importing your clients and of course you must skip already imported clients.

can you re-Response from your side to the requests that has failed response?
which there is not need to re-Import it again from my side?

Dmytro Bondarev wrote:

You do not need re-import. You need to import clients that was not imported.
re-Response is not possible (actually even HTTP protocol does not allow it).