From e9c6408af7e23485426caf73877e85ea1362422d Mon Sep 17 00:00:00 2001 From: Balthazar Rouberol Date: Mon, 7 Oct 2024 13:31:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20External=20Link:=20How=20t?= =?UTF-8?q?o=20profile=20a=20FastAPI=20asynchronous=20request=20(#12389)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/data/external_links.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index 63fd3d0cf..dedbe87f4 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -1,5 +1,9 @@ Articles: English: + - author: Balthazar Rouberol + author_link: https://balthazar-rouberol.com + link: https://blog.balthazar-rouberol.com/how-to-profile-a-fastapi-asynchronous-request + title: How to profile a FastAPI asynchronous request - author: Stephen Siegert - Neon link: https://neon.tech/blog/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale title: Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale