Order of async operations #30
-
Hello |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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). I had batch operations in the driver - however the arango team deprecated the endpoint rather quickly after I noted some errors |
Beta Was this translation helpful? Give feedback.
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