Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: stagger startup of containers on Azure
Seeing some cases where starting up large (80+ workers) load tests on ACI seems to exceed some underlying Azure Blob Storage limits with multiple containers all accessing the same blob container concurrently. With this change Artillery will pause for up to 10 seconds after launching every batch of 10 workers.
- Loading branch information