From 53d1368507e6744b0ffe5eafa84f4e271639359f Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:42:18 +0100 Subject: [PATCH] docs: use cylinder shape for Cache, Queue and Database nodes Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc492e156..ebc060c8a4 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ flowchart TD subgraph Infra["Infrastructure"] direction LR - Cache["Cache (Redis)"]:::hot ~~~ Queue["Queue (Redis)"]:::hot ~~~ AV["AntiVirus (ClamAV)"]:::external ~~~ DB[(Database)]:::store ~~~ Executor[["Executor (Open-Runtimes)"]]:::compute ~~~ Docker(Docker / K8S):::service + Cache[("Cache (Redis)")]:::hot ~~~ Queue[("Queue (Redis)")]:::hot ~~~ AV["AntiVirus (ClamAV)"]:::external ~~~ DB[(Database)]:::store ~~~ Executor[["Executor (Open-Runtimes)"]]:::compute ~~~ Docker(Docker / K8S):::service end subgraph Workers["Background Workers"]