Quantcast
Channel: Topliners : All Content - All Communities
Viewing all articles
Browse latest Browse all 3420

How about Deleting an import/export without deleting its data?

$
0
0

Hi all,

 

I'm coding an integration with Bulk APIs:

    1. POST a new export/import

    2. POST a batch of data for importing (exporting would jump to step 3)

    3. POST a new sync with the uri got from step 1

    4. GET the status of the sync and return to step 2 for remaining data which need to be imported

    5. GET data batch by batch for exporting (importing would complete directly)

And at last, I would delete the data and themself of the export/import.

But timeout exception would occur frequently, so maybe I delete data of an import failed but delete that import succeeded.

So I'm expecting another way to delete the data after the owner import/export uri deleted. Because I could not know about the duration until it is completed, I have to release it manually.

 

For example, I have an import and have posted data for it. When I delete the import succeeded, how about its data? I'm afraid that there is no handler referring to it.

Any suggestions?

 

Thanks,

Biao


Viewing all articles
Browse latest Browse all 3420

Trending Articles