You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These brokers are not part of the core Taskiq library. They are maintained by other open‑source contributors. You can install them as a separate packages.
118
+
119
+
You can read more about parameters and abilities of these brokers in README.md of each repo.
Copy file name to clipboardExpand all lines: docs/available-components/result-backends.md
+45-4Lines changed: 45 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,60 @@ This includes:
10
10
- return value;
11
11
- Execution time in seconds.
12
12
13
-
## DummyResultBackend
13
+
## Built-in result backends
14
+
15
+
### DummyResultBackend
14
16
15
17
This result backend doesn't do anything. It doesn't store results and cannot be used in cases,
16
18
where you need actual results.
17
19
18
20
This broker will always return `None` for any return_value. Please be careful.
19
21
20
-
## Redis result backend
21
22
22
-
This result backend is not part of the core taskiq library. You can install it as a separate package [taskiq-redis](https://pypi.org/project/taskiq-redis/).
23
+
## Official result backends
24
+
25
+
This result backends is not part of the core Taskiq library. But they are maintained by Taskiq developers. You can install them as a separate package.
These result backends are not part of the core Taskiq library. They are maintained by other open‑source contributors. You can install them as a separate packages.
0 commit comments