Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: stagger startup of containers on Azure #3371

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

hassy
Copy link
Member

@hassy hassy commented Oct 17, 2024

Description

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.

Pre-merge checklist

This is for use by the Artillery team. Please leave this in if you're contributing to Artillery.

  • Does this require an update to the docs? Yes
  • Does this require a changelog entry? Yes

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.
@hassy hassy merged commit 40e0ffb into main Oct 17, 2024
41 checks passed
@hassy hassy deleted the feat/azure-stagger-launch branch October 17, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant