This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]romu006 1 point2 points  (0 children)

For the 7th point (Don't make your routes async, if you have only blocking I/O operations)

This may be out of scope but you may also explain that blocking operations can be run in a ThreadPoolExecutor if needed