File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ All abstract classes can be found in `taskiq.abc` package.
14
14
15
15
- [ Brokers] ( ./broker.md )
16
16
- [ Middlewares] ( ./middleware.md )
17
- - [ Result backends] ( ./resutl -backend.md )
17
+ - [ Result backends] ( ./result -backend.md )
18
18
- [ CLI] ( ./cli.md )
19
19
- [ Schedule sources] ( ./schedule-sources.md )
Original file line number Diff line number Diff line change 6
6
7
7
Middlewares are super helpful. You can inject some code before or after task's execution.
8
8
9
- Middlewares must implement ` taskiq.abc.middleware.TaskiqMiddleware ` abstract class.
9
+ Middlewares must implement [ ` taskiq.abc.middleware.TaskiqMiddleware ` ] ( https://github.com/taskiq-python/taskiq/blob/master/taskiq/abc/middleware.py ) abstract class.
10
10
Every method of a middleware can be either sync or async. Taskiq will execute it
11
11
as you expect.
12
12
File renamed without changes.
You can’t perform that action at this time.
0 commit comments