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

run-fargate is not able to see workers that are online. #3468

Open
amritphatnani opened this issue Jan 31, 2025 · 0 comments
Open

run-fargate is not able to see workers that are online. #3468

amritphatnani opened this issue Jan 31, 2025 · 0 comments

Comments

@amritphatnani
Copy link

Version info:

2.0.22

Running this command:

artillery run-fargate --region=us-east-1 --count=2 --subnet-ids=subnet-public-test-subnet --security-group-ids=sg-1234dwlkej123 artillery-playwright.ts

I expected to see this happen:

On command line I was hoping to see Workers come online

Instead, this happened:

Waiting for workers to come online

Files being used:

export const config = {
  target: 'https://shop.myworkspace.com',
  phases: [
    { duration: 3600, arrivalRate: 2 },
  ],
  engines: {
    playwright: {}
  },
};

export const scenarios = [
  {
    name: 'CJ-1 - Simple Checkout',
    engine: 'playwright',
    testFunction: customerJourney1,
  },
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

No branches or pull requests

1 participant