TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #425 · 20 апр.

Недавно делал быстрый прототип асинхронного приложения в котором требовалось вызывать много синхронного кода. Да, я знаю, что это не лучший дизайн, но нужно было быстрое решение на один процесс и без очередей. Поэтому я выполнял код в потоках. Выглядело это примерно так: from fastapi.concurrency import run_in_threadpool async def execute(data: DataRequest) -> DataResponse: try: result = await run_in_threadpool(sync_function, data) return DataResponse(data=result) except Exception as e: return DataResponse( error=str(e), success=False, ) В общем работает нормально. Для всех вызовов под капотом используется общий тредпул, всё работает предсказуемо. Но потребовалось изменить количество запускаемых в пуле потоков (по умолчанию создается 40 воркеров). Так как дело происходит с FastAPI, делается это через lifespan используя настройки anyio: import anyio @asynccontextmanager async def lifespan(app: FastAPI): limiter = anyio.to_thread.current_default_thread_limiter() limiter.total_tokens = 100 yield # если вдруг нужно вернуть обратно limiter.total_tokens = 40 Зачем менять количество воркеров? - уменьшить, если оперативки мало (один тред занимает ~8мб) - увеличить чтобы выдержать нагрузку Если есть предложения получше при тех же вводных - предлагайте😉 #async

Hashtags

Резултати

Пронајдени 11 слични објави

Пребарај: #infrastructuredevelopment

当前筛选 #infrastructuredevelopment清除筛选

विकास पथ को गति दे रहे भारत के राष्ट्रीय राजमार्ग।। 🛣️ भारत के सड़क नेटवर्क के विस्तार के साथ-साथ प्रगति की यात्रा का गवाह बनें। यह परिवर्तन वास्तव में #NewIndia की गति और विकास का प्रमाण है। #InfrastructureDevelopment #Highway

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13234 · 07.08.2024 г., 15:44

Experience high-speed connectivity for industrial centres with the Nashik Phata – Khed Corridor! Enhancing travel between Pune and Nashik along NH-60, this corridor reduces congestion around Pimpri-Chinchwad, fostering industrial growth and smoother transportation. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13233 · 07.08.2024 г., 13:42

Guwahati's connectivity gets a major boost with the new Northern Guwahati Bypass! Upgrading the existing bypass and constructing a major bridge over the Brahmaputra, this project will significantly improve travel efficiency and support regional development. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13232 · 07.08.2024 г., 12:41

The Kanpur Ring Road project will complete the 6-lane National Highway Ring around Kanpur! Enhancing traffic flow and reducing congestion, this project is set to transform Kanpur’s connectivity, making travel within the city and to other regions smoother and faster. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13231 · 07.08.2024 г., 11:39

Boost industrial connectivity with the Pathalgaon & Gumla sections of the Raipur-Ranchi National High-Speed Corridor! Linking mining areas in Gumla, Lohardaga, Raigarh, Korba, and Dhanbad to industrial zones in Raipur, Durg, Bilaspur, and Bokaro, this project promotes faster, efficient transportation. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13230 · 07.08.2024 г., 09:38

Pilgrims can now reach Ram Mandir via the Ayodhya Ring Road! This project facilitates quicker movement for devotees visiting the sacred site, enhancing the spiritual journey and supporting regional tourism and infrastructure development. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13229 · 07.08.2024 г., 08:07

Ensure smooth freight movement with the Tharad – Deesa – Mehsana – Ahmedabad National High-Speed Corridor! This corridor links industrial regions in Punjab, Haryana, and Rajasthan to major ports in Maharashtra, enhancing logistics efficiency and boosting industrial growth. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13228 · 07.08.2024 г., 07:07

Unlock the North East with the Kharagpur-Moregram National High-Speed Corridor! Connecting West Bengal, Odisha, and Andhra Pradesh to the North-East, this project will increase traffic capacity by over 5 times, promoting regional development and improving travel efficiency across these states. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13227 · 07.08.2024 г., 06:06

Travel faster to iconic landmarks with the Agra-Gwalior National High-Speed Corridor! Enhancing connectivity to tourist hotspots like Taj Mahal, Agra Fort, and Gwalior Fort, this corridor will double traffic capacity and cut travel time by 50%. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13226 · 07.08.2024 г., 05:04

Experience seamless travel with 8 national high-speed road corridors spanning 936 km! With an investment of Rs 50,655 crore, these corridors are set to revolutionize connectivity and boost economic growth across India. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #12823 · 12.07.2023 г., 09:10

India's National Highways - From Roadblocks To Road Wonders! Witness the wide ride of progress as India's road network expands, solidifying its position as one of the largest in the world. This transformation is truly a testament to #NewIndia's growth and development. #InfrastructureDevelopment #Highway