Azure Blob Node - > uploads get mixed up when using two or more simultaneously

Hello. I am using the Save Blob Azure Node to upload incomind data every 5 seconds. The data is processed differently in 3 different nodes, and all of them upload the data at the end. If two of the nodes reach the "Save Blob Azure Node" at the same time, sometimes only one file gets uploaded. Sometimes the file from Flow 1 gets uploaded through the Save Blob from Flow 2 (therefore, it gets uploaoded to the wrong container). Can someone tell me why this happens? For now my solution is to add delay nodes but it is very complicated when testing many flows at the same time. Thanks.

Did you manage to solve friend? I have the same problem here, I have some save blob storage nodes but it only uploads 1 or 2.

Help me :disappointed_relieved:

It's been a year since so I don't remember exactly but I just ended up using delay nodes because my project was not so complex so it was enough as a quick fix. I don't think I got to the bottom of the problem..

1 Like