fix(): better resolution of relevant vacancies

This commit is contained in:
gitgernit
2025-11-23 09:33:29 +03:00
parent f07ef3ce60
commit 25b35a3ccd
9 changed files with 116 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ async def main() -> None:
ml_container = make_ml_ioc(ml_configuration)
csv_path = Path("filtered_vacancies.csv")
max_records = 1000
max_records = 100_000
try:
async with backend_container() as backend_request_container, ml_container() as ml_request_container: