Skip to content

Order of async operations #30

Answered by coronabytes
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

why'd you assume "blocking" your application is bad when it's infact async?

Task.WhenAll wont help you - it needs to happen in order (at least the drop and create phases).
maybe you want to take a look at Core.Arango.Migration package

I had batch operations in the driver - however the arango team deprecated the endpoint rather quickly after I noted some errors

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by coronabytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant