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

Резултати

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

Пребарај: #cigarlovers

当前筛选 #cigarlovers清除筛选
Auto Life

@revheadcrypto · Post #332 · 18.08.2024 г., 12:05

🚗✨ Introducing the Unique Pininfarina Battista Targamerica! 🌟 Pininfarina has unveiled a stunning roadster, the Battista Targamerica, crafted for a special client who already owns the Battista coupe. This exclusive model features a sleek convertible design with a refined rear end. 🌈🛠️ One of the standout elements of the interior is a bespoke cigar holder and humidor, specially made for this one-of-a-kind vehicle. The custom aluminum and glass case can hold up to three cigars, adding a touch of luxury to every drive. 💨💼💨 Under the hood, the Battista Targamerica boasts the same incredible four-motor powertrain as the Rimac Nevera, delivering a jaw-dropping 1900 horsepower!⚡️💥 It accelerates from 0 to 60 mph in under 2 seconds!🚀🔥 This masterpiece is not just a car; it's an experience! #Pininfarina#BattistaTargamerica#LuxuryCars#Roadster#CustomDesign#CigarLovers#ElectricSupercar#Performance#Auto🚗💖