From b1a18f411117a3a3f083bbd392ff71072e43a976 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Mon, 10 Nov 2025 13:00:06 +0100 Subject: [PATCH] docs: Update maintenance status for Arq in comparison table See https://github.com/python-arq/arq/issues/510 for context. --- docs/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index 2144a0ad..1b160c2e 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -23,7 +23,7 @@ You might have seen projects built on top of asyncio that solve a similar proble | Feature name | Taskiq | Arq | AioTasks | streaQ | | --------------------------: | :----: | :---: | :------: | :----: | -| Actively maintained | ✅ | ✅ | ❌ | ✅ | +| Actively maintained | ✅ | ❌ | ❌ | ✅ | | Multiple broker backends | ✅ | ❌ | ✅ | ❌ | | Multiple result backends | ✅ | ❌ | ❌ | ❌ | | Have a rich documentation | ✅ | ❌ | ❌ | ✅ |