From 5614796e712b2d37b220ce87ee0084596b3729a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Fri, 3 Jan 2025 11:52:54 +0100 Subject: [PATCH] add note --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f4349f..8051393 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,5 @@ Environment variables read when `STORAGE_BACKEND=s3`: could not be locked, but delete the account after the grace period even if the email could not be sent…) - auth: add support for connecting to the forge using oauth? -- improve error handling +- improve error handling? currently the app will panic if writing to the storage + backend fails. Can we do better?