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

Резултати

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

Пребарај: #endangered

当前筛选 #endangered清除筛选
Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40041 · 08.11.2025 г., 19:01

Today we present you: The takahē (Porphyrio hochstetteri) — a flightless, endemic New Zealand bird, that was once thought extinct and famously rediscovered in 1948 — has been saved from the brink of extinction by intensive conservation: captive breeding, predator control, and protected reserves. Populations have increased but the species remains threatened and needs continued protection. Around 500 birds are now known to survive. [Learn more here] Tags: #Takahē#Conservation#NZ#Endangered#LazarusSpecies

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40026 · 06.11.2025 г., 15:02

We have the honor of presenting you the Cuban solenodon (Atopogale cubana) it is a small, nocturnal mammal endemic to Cuba. Secretive and evolutionarily unique, it delivers venom through grooves in its lower incisors during a bite. Populations are fragmented and declining; the species is endangered due to habitat loss and invasive predators. Increased surveys and habitat protection are needed. [Learn more here] @googlefactss #CubanSolenodon#Endangered#Conservation#Cuba#LazarusSpecies