We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57c3fef + 52538da commit 8ac5281Copy full SHA for 8ac5281
docs/README.md
@@ -15,6 +15,12 @@ head:
15
- - meta
16
- name: "google-site-verification"
17
content: "hQCR5w2tmeuOvYIYXsOYU3u4kLNwT86lnqltANYlRQ0"
18
+ - - meta
19
+ - name: "msvalidate.01"
20
+ content: "97DC185FE0A2F5B123861F0790FDFB26"
21
22
+ - name: "yandex-verification"
23
+ content: "9b105f7c58cbc920"
24
features:
25
- title: Production ready
26
details: Taskiq has proven that it can run in heavy production systems with high load.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "taskiq"
3
-version = "0.8.5"
+version = "0.8.6"
4
description = "Distributed task queue with full async support"
5
authors = ["Pavel Kirilin <[email protected]>"]
6
maintainers = ["Pavel Kirilin <[email protected]>"]
0 commit comments