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

Резултати

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

Пребарај: #wildlife

当前筛选 #wildlife清除筛选
Amazing Geography 🌍

@amazingeo · Post #648 · 26.02.2026 г., 20:31

🌍 In Singapore, “eco-bridges” covered in greenery let wild animals safely cross over busy highways. These living bridges reconnect habitats split by urban growth, reducing roadkill. ✨ #nature⚡#urban⚡#wildlife⚡#geography⚡#earth 👉subscribe Amazing Geography 👉more Channels ​

RTDocumentary

@rtdocumentary · Post #867 · 05.06.2022 г., 11:59

June 5 is World Environment Day. On this day, we want to tell you a story from Zimbabwe, where hundreds of elephants are killed by poachers. Roxy Danckwerts founded the Wild is Life wildlife sanctuary at her family farm. She and her staff nurse orphaned baby elephants. They wouldn’t be able to survive in the wild but get a second chance at Roxy’s sanctuary. ‘When we have a new baby, we will often hang a blanket, and the baby will go into there thinking it’s the shape of the mother and put his head up to suckle,’ says Roxy. Do these infants have an opportunity to return to the wild? Watch the clip and documentary When an Elephant Smilesto find out. #Zimbabwe#wildlife#nature Follow: https://t.me/rtdocumentary

123•••10•••1314
ПретходнаСтраница 1 од 14Следна