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

Пребарај: #infotech

当前筛选 #infotech清除筛选
NIDO Russia (НИДО)

@nido_russia · Post #1728 · 22.07.2024 г., 19:41

🇷🇺🇳🇬The State Duma extends hand of friendship to Bloggers/Influencers/Team Leaders/Organisation Heads During the focus group session at the state Duma, we discussed ways of promotion and self regulation of the information space to promote information exchange, consultation and education, as well as to prevent fraud/propaganda. The legislative arm of the government (State Duma) made commitments to work together with bloggers, influencers and consider all their suggestions. The Federal tax service present at the meeting also threw more light on favourable tax policies for bloggers. NIDO Russia encourages all influencers and bloggers amongst us to come together to organise/prioritise the dissemination of information in our interests to take advantage of new and existing state policies related to the information space and ensure our collective socioeconomic development. Yours in service, Dr. Godwin Ibe Chairman, NIDO Russia Subscribe: @nido_russia https://t.me/nido_russia/1728 #stateduma#duma#госдума#дума#nido#nidorussia#blog#infospace#infotech#Nigeria#Russia