The v8 client can only perform synchronous I/O operations against Azure Blob. This means the client (Artifactory) can only perform one upload at a time, the first upload must complete before the next one is attempted.
This is usually fine. Artifactory can use its Eventual folder to store other files for upload after it completes the current upload. Even the Eventual-Less configuration can handle multiple deployments without throwing an error; this configuration keeps the other files in a temp space within the application.
This is usually fine. Artifactory can use its Eventual folder to store other files for upload after it completes the current upload. Even the Eventual-Less configuration can handle multiple deployments without throwing an error; this configuration keeps the other files in a temp space within the application.