-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The processing is still very slow. Is the entire program executed in parallel or serially? #125
Comments
@VikParuchuri hello,This is the configuration I changed ,Can it be split into parallel processing so that it is faster and can it also satisfy concurrency? from typing import Optional, List, Dict, Literal, Union class Settings(BaseSettings):
Create an instance of the settingssettings = Settings() |
You can run in parallel using the |
The processing is still very slow. Is the entire program executed in parallel or serially?
The text was updated successfully, but these errors were encountered: