> For the complete documentation index, see [llms.txt](https://docs.wellcomecollection.org/request-for-comments-rfcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wellcomecollection.org/request-for-comments-rfcs/019-platform_reliability.md).

# RFC 019: Platform Reliability

## Purpose

This RFC proposes a set of actions to improve the reliability of the Wellcome Collection platform, based on a review of current issues and discussions with the team.

**Last modified:** 2020-03-20T15:57:38+00:00

## Context

Following on from a review of current reliability issues, here is aggregated what was discussed into some proposals for action.

The discussion split into 3 major areas:

* [Continuous Integration / Continuous deployment](/request-for-comments-rfcs/019-platform_reliability/ci_cd.md) : Handling automated testing & deployment.
* [Observability](/request-for-comments-rfcs/019-platform_reliability/observability.md): Logging, metrics, tracing, alerting.
* [Reliability](/request-for-comments-rfcs/019-platform_reliability/reliability.md): Acceptance/Integration testing in the catalogue pipeline and the front-end.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wellcomecollection.org/request-for-comments-rfcs/019-platform_reliability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
