Skip to main content
All CollectionsLLMAsAService.io
What is a Chaos Monkey?
What is a Chaos Monkey?

Why we allow you to have a chaos monkey as a service

Updated over a week ago

Chaos Engineering is a principle of building resilient systems by making failure a part of every day engineering.

By adding a Chaos Monkey service in your project on LLMAsAService.io, random failure will happen and be transparently to the user handled. It is a way of building confidence that if one of your actual LLM Vendors have a problem, no customer impact will occur.

The Chaos Monkey will always return a failure status code of 500. When it does, the other services will be called to get a response. This failover is exactly the same as a normal vendor failing due to technical outage.

Leaving it active won't cause any problems, but it will make you more confident that failover is working on our end as you expected.

Did this answer your question?