conductor-oss / conductor-oss/python-sdk
Support for asyncio based workers
オープン
enhancement
- 主要言語
- Python
- スター
- 104
- フォーク
- 42
- 平均マージ
- 2日 1時間
- マージ済み PR(30日)
- 3
説明
The current worker implementation model uses multiprocessing for parallel execution but each process blocks on task execution (though it might be waiting on I/O). Is there a possibility to use asyncio/threaded approach to alleviate this problem and think of a model where processes could be used for parallelization (using multiple cores) and each process has an event loop/ThreadPool to poll and execute tasks to maximize performance on each core ?
I'd be happy to discuss more on this and submit a PR if required as well. Thanks for all the awesome work so far 👍
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。