feast
feast copied to clipboard
Python server is only creating 1 worker, how can we create multiple workers for efficiently utilising all cpu
Expected Behavior
Python server is only creating 1 worker, how can we create multiple workers for efficiently utilising all cpu
Current Behavior
Currently python server creates only 1 worker, so it affects the latency numbers for retrieving feature values from online store.
Steps to reproduce
Specifications
- Version : feast 0.23.0
- Platform : Python 3.9.2
- Subsystem:
Possible Solution
per @adchia => docker containers recommend only 1 worker per container, but contributions in this area are welcome!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.