larksuite / larksuite/oapi-sdk-python
个人拙见:真有人在生产用这个库吗?感觉高并发下会崩
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 559
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
- 主线程用asyncio的异步事件循环,但是在event handle处理过程中又全部用同步的调用?
如果在handle 中有阻塞操作,真个loop就会卡死,
这个设计的目的是为了什么?还是说让用户自己在handle中使用多线程去处理事件?
整个事件循环用asyncio的目的是啥?为了高并发?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files, tests, or an entry point. Locate the asyncio event loop and its event-handler dispatch, then trace how synchronous or blocking handler work is executed. Done would require a maintainer decision on the intended concurrency model and a concrete, testable scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend, performance
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100