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 слични објави

Пребарај: #kansas

当前筛选 #kansas清除筛选
RTDocumentary

@rtdocumentary · Post #844 · 30.05.2022 г., 17:59

‘It’s better to depend on yourself than on the government for protection. What is the downside here? The downside is your family members might not survive because you made the wrong choice of being prepared. You thought that your government would take care of you.’ Kansas businessman Larry Hall is convinced of this. He sells seats in a luxury bunker that used to be a ballistic missile silo. The underground shelter looks like a five-star hotel and perhaps even surpasses it. The bunker has luxurious apartments, a saltwater swimming pool, and even a clinic with an operating room. People can live here in comfort and safety for a year. The demand for bunkers in the USA is high, and sellers are ready to supply rich clients and less wealthy buyers too. What bunkers are available in the USA, and what threats push Americans to buy them - watch the documentary Armageddon Ready to find out. #Kansas#bunker Follow: https://t.me/rtdocumentary