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

Пребарај: #auc

当前筛选 #auc清除筛选
Addis Standard

@addisstandardeng · Post #21878 · 30.03.2026 г., 05:16

News: #AU chairperson urges dialogue, restraint amid rising tensions in #Somalia’s Southwest State The African Union Commission (#AUC) Chairperson, Mahmoud Ali Youssouf, has called for dialogue and restraint among Somali stakeholders amid rising tensions in the #Southwest State of Somalia. In a statement released by the AUC, the Chairperson said he is closely monitoring developments in the region and expressed concern over escalating tensions and their potential impact on the country’s stability, security, unity, and humanitarian situation. He underscored the importance of the National Consultative Council as a key platform for inclusive dialogue and consensus-building, urging all parties to make constructive use of it to resolve differences peacefully. The statement emphasized that disputes between the Federal Government and Federal Member States should be ....... https://www.facebook.com/AddisstandardEng/posts/pfbid0s5reSjXyuiniXuYjiot3AckwjHmjs6TqtDhGeL7NJRV3Bat3MHkJ8sXogGJrSzDql

Addis Standard

@addisstandardeng · Post #21661 · 10.03.2026 г., 06:20

#AU warns Gulf attacks threaten global energy and #African economies The African Union Commission (#AUC) has warned about escalating attacks on critical infrastructure in the #Persian_Gulf, cautioning that the incidents threaten global energy security and are already affecting African economies. The situation in the Gulf has worsened over the past week amid the ongoing #US-#Israeli war against #Iran, which has expanded into a broader regional conflict. In retaliation, Iran has targeted US military bases and critical infrastructure across several Gulf states. The strikes have heightened tensions and raised concerns about the stability of energy supplies and trade routes that are vital to the global economy. In a statement issued on Monday, AUC Chairperson Mahmoud Ali Youssouf highlighted the growing risks to trade and transportation in the region, noting that disruptions in ...... https://eastleighvoice.co.ke/middle-east/309166/auc-warns-gulf-attacks-threaten-global-energy-and-african-economies