Skip to content

Commit 34e280a

Browse files
authored
Add streaQ to comparison table in Introduction (#495)
1 parent f09afc4 commit 34e280a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/guide/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ We created this project because we couldn't find any project that can execute an
2121

2222
You might have seen projects built on top of asyncio that solve a similar problem, but here's a comparison table of the taskiq and other projects.
2323

24-
| Feature name | Taskiq | Arq | AioTasks |
25-
| --------------------------: | :----: | :---: | :------: |
26-
| Actively maintained ||||
27-
| Multiple broker backends ||||
28-
| Multiple result backends ||||
29-
| Have a rich documentation ||||
30-
| Startup & Shutdown events ||||
31-
| Have ability to abort tasks ||||
32-
| Custom serializers ||||
33-
| Dependency injection ||||
34-
| Task pipelines ||||
35-
| Task schedules ||||
36-
| Global middlewares ||||
24+
| Feature name | Taskiq | Arq | AioTasks | streaQ |
25+
| --------------------------: | :----: | :---: | :------: | :----: |
26+
| Actively maintained |||||
27+
| Multiple broker backends |||||
28+
| Multiple result backends |||||
29+
| Have a rich documentation |||||
30+
| Startup & Shutdown events |||||
31+
| Have ability to abort tasks |||||
32+
| Custom serializers |||||
33+
| Dependency injection |||||
34+
| Task pipelines |||||
35+
| Task schedules |||||
36+
| Global middlewares |||||
3737

3838
If you have a fully synchronous project, consider using celery or dramatiq instead.

0 commit comments

Comments
 (0)