Skip to content

Commit 096f171

Browse files
committedAug 20, 2020
Add link to Runnel in README
1 parent 6b5ad4b commit 096f171

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,8 @@ async def bar(x):
6464

6565
await bar.delay(5)
6666
```
67+
68+
### See also
69+
70+
If you need to ensure that all tasks for a given key are processed in-order,
71+
please see our sister project [Runnel](https://github.com/mjwestcott/runnel).

‎pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "fennel"
33
version = "0.3.0"
44
description = "A task queue for Python based on Redis Streams."
5+
readme = "README.md"
6+
keywords = ["task", "queue", "background", "redis", "async"]
57
authors = ["Matt Westcott <m.westcott@gmail.com>"]
68
license = "MIT"
79
homepage = "https://fennel.dev"

1 commit comments

Comments
 (1)
Please sign in to comment.