Dgraph live loader resume

I want to upload around ~500GB rdf data to dgraph

I have 500 hundred rdf files 1GB each. And I want to import them into dgraph.

i am using dgraph live loader for this purpose. I run it this way:

dgraph live -f <path to rdf files> -U xid

But sometimes I get 502 error from server. And dgraph live loader fails to continue. So I want to resume my import. But I have no idea how to do it with dgraph live loader, doest it support resume? How I can start not from begining each time?

Thanks.

There’s no resume feature. There is a ticket for this tho.

Are you using Dgraph Cloud?

yes, I am using dgraph cloud