Replies: 6 comments 18 replies
-
Hi @Mathdon 👋 , Can you provide a little bit more details ?
We are currently aware of an intermittent issue happening with Fargate and are investigating, but without more details it's hard to know if it's connected. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I seem to have the same issue, it was working just a few days ago without any issue. I set --count 30, fargate allocates 28 or 29 and all the other workers are waiting (also incurring cost) for the last one(s) until it times out. This seems like a serious issue. Happens when I set count to 50 , 100 , does nto matter. Also the --tags with run-fargate do not seem to get applied neither to the cluster nor taks.. |
Beta Was this translation helpful? Give feedback.
-
Tracking as an issue in #2427 |
Beta Was this translation helpful? Give feedback.
-
A fix is available in the canary release now: Install the canary: npm install -g artillery@2.0.4-a0b6328 And to run a test on Fargate, you'll need to tell Artillery to use the updated Docker image: WORKER_IMAGE_URL=public.ecr.aws/d8a4z9o5/artillery-worker:a0b6328719a1223118c362ab923476b97f5a1e83 artillery run-fargate myscript.yml All built from the most recent commit on |
Beta Was this translation helpful? Give feedback.
-
@hassy Hey! My issue isn't exactly the same as in the topic but still it is Fargate related.
|
Beta Was this translation helpful? Give feedback.
-
it seems the Error: Timed out waiting for workers to sync is back! I'm running artillery v2.0.19 with AWS Fargate with 1 user (1 worker). I tried increase the memory (--memory 16) to 16GB from 8GB, but no joy. Any help with will be much appreciated!!! `Artillery Cloud reporting is configured for this test run Preparing test bundle... [11:05:30] Test bundle prepared... [11:05:32] Launching workers... [11:05:35] Run URL: https://app.artillery.io/load-tests/tdfqw_rp6n679rgmf5dc6ndjnpnq3b9zpwn_96z8` |
Beta Was this translation helpful? Give feedback.
-
Hi, I tired running a test in eu-west-w 2 on fargate and had this error
Error: Timed out waiting for workers to sync
It linked me to this bit of the code:
https://github.com/artilleryio/artillery/blob/main/packages/artillery/lib/platform/aws-ecs/legacy/run-cluster.js#L1742
Do you know what would cause this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions