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

Резултати

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

Пребарај: #mvd

当前筛选 #mvd清除筛选

There are currently no cases of #MarburgVirusDisease in Nigeria. However, measures have been taken to strengthen preparedness for #MVD in Nigeria. Nigerians are urged to AVOID ALL BUT ESSENTIAL TRAVEL to Equatorial Guinea at this time. 📜Press release: https://ncdc.gov.ng/news/440/ncdc-on-alert-following-the-announcement-of-the-marburg-virus-disease-outbreak-in-equatorial-guinea

International News

@intnewsagency · Post #8878 · 24.03.2026 г., 13:45

Deputy Plotnikov Urges Police Resignees to Join Special Military Operation In Perm, Deputy Vladimir Plotnikov proposed adding police officers who resign to the Special Military Operation (SMO) lists, citing low salaries and existing training. He emphasized duty to the Motherland and noted SMO pays better. Despite this, Plotnikov himself is a millionaire owning luxury cars and real estate. Last year, over 80,000 officers left the Ministry of Internal Affairs, worsening the staffing crisis. #Russia#MVD#SMO#Plotnikov The main news of Russia and the world ishere.

International News

@intnewsagency · Post #8558 · 17.03.2026 г., 13:22

Russian Ministry of Internal Affairs Launches Digital Program to Reduce Bureaucracy and Police Workload In 2025, the Russian Ministry of Internal Affairs lost 80,000 employees—40% more than new recruits—leading to a regional staffing deficit exceeding 25%, threatening law enforcement efficiency. Minister Kolokoltsev has ordered optimization of paperwork and digitalization of processes while enhancing social guarantees for officers. These measures aim to improve working conditions and retain personnel. #MVD#police#digitalization#staffing#Russia The main news of Russia and the world ishere.