Hassy Veldstra
Hassy Veldstra
We should add an AMQP engine to make Artillery even more useful for teams working on microservice-oriented architectures where RabbitMQ is often employed as microservice glue. The existing WebSocket engine...
:point_right: [ZeroMQ's C4 Process](http://rfc.zeromq.org/spec:22), a collaboration model for free software projects that focuses on community success and shared ownership. What needs to be done before we can say that we...
It's best to only trigger failures when there are people around to fix them. Llama should only interfere with the environment during business hours (specifically Mon-Fri, 9:30am to 3pm -...
It would be useful to have Llama post to a Slack channel (with a [Slack Webhook](https://api.slack.com/incoming-webhooks)) to announce when an instance has been terminated. 1. The Slack webhook would be...
It should be possible to disable the llama for a while (e.g. for when a failure is being dealt with). It is currently possible with `enableForASGs` set to `[]` but...
**Use case**: when testing a complex application (an ecommerce website backend in my case), it would be nice to keep scenario definitions in separate files for readability. It's already possible...
A common way to organize a more complex Artillery test suite is to separate individual scenarios into their own files, and have one or several configuration files, loaded with the...
There's a check in "write" that prevents clients from creating empty files. Is there a plan to remove the check, or to add an action to create a file? I...