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

Резултати

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

Пребарај: #amal

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

@addisstandardeng · Post #21939 · 04.04.2026 г., 07:44

News: #National_Bank lists 23 unauthorized money transfer providers, warns public against use The National Bank of #Ethiopia (#NBE) has identified 23 unauthorized money transfer service providers and warned the public against engaging with them, according to a public notice issued on 3 April 2026. The central bank said it has updated and published a revised list of duly licensed money transfer agents authorized to operate in Ethiopia, urging the public to verify service providers through its official website. The entities listed as unauthorized include #Adulis Money Transfer, #Amal Express, #Bakaal Money Transfer, #Jubba Express, #Quick_Pay, #Redsea (USA), Tasa Pay. In late December 2025 Addis Standard reported that, the National Bank of Ethiopia (NBE) published an official list of more than 100 licensed money transfer agents and cautioned the public against using unlicensed remittance services. Read more: https://addisstandard.com/?p=56305

Ultimora.net - POLITICS

@ultimoraPOLITICS · Post #39558 · 16.05.2022 г., 18:18

#Elezioni#Libano 49 seggi assegnati su 128: Indipendenti: 10 seggi #Hezbollah|Islamici: 9 #LF|Destra cristiana: 9 #Amal|Centro-destra populista islamico: 8 #FPM|Grande tenda cristiana maronita: 6 #PSP|Centro-sinistra druso: 2 #Kataeb|Centro-destra cristiano maronita: 1 #ARF|Sinistra armena: 1 #UP|Nasseristi: 1 #PNO|Sinistra araba: 1 #NLP|Centro-destra cristiano maronita: 1 @UltimoraPolitics

Ultimora.net - POLITICS

@ultimoraPOLITICS · Post #39569 · 16.05.2022 г., 20:09

#Elezioni#Libano 78 seggi assegnati su 128: #LF|Destra cristiana: 16 seggi #FPM|Grande tenda cristiana maronita: 12 Indipendenti: 11 #Hezbollah|Islamici: 9 #Amal|Centro-destra populista islamico: 8 #PSP|Centro-sinistra druso: 6 #Kataeb|Centro-destra cristiano maronita: 5 #ARF|Sinistra armena: 3 #Taqaddm|Centro-sinistra: 2 #UP|Nasseristi: 1 #PNO|Sinistra araba: 1 #NLP|Centro-destra cristiano maronita: 1 #TW|Centro: 1 #Sabaa|Centro-sinistra: 1 #ReLebanon|Centro-destra: 1 @UltimoraPolitics

Ultimora.net - POLITICS

@ultimoraPOLITICS · Post #39571 · 16.05.2022 г., 21:55

#Elezioni#Libano 99 seggi assegnati su 128: Per coalizioni: Alleanza dell'8 marzo (#FPM-#Amal-#Hezbollah-#Marada-#ARF-#PNO-#UP-#Baath)|Grande tenda pro-Siria: 47 seggi Alleanza del 14 marzo (#LF-#Kataeb-#IM-#Taqaddm)|Grande tenda anti-Siria: 28 Indipendenti: 11 Altri (#PSP-#NLP-#TW-#Sabaa-#ReLebanon-#Osos): 11 @UltimoraPolitics

Ultimora.net - POLITICS

@ultimoraPOLITICS · Post #39570 · 16.05.2022 г., 21:40

#Elezioni#Libano 99 seggi assegnati su 128: #LF|Destra cristiana: 19 seggi #FPM|Grande tenda cristiana maronita: 14 #Amal|Centro-destra populista islamico: 13 Indipendenti: 13 #Hezbollah|Islamici: 12 #PSP|Centro-sinistra druso: 6 #Kataeb|Centro-destra cristiano maronita: 6 #ARF|Sinistra armena: 3 #Marada|Destra cristiana maronita: 2 #Taqaddm|Centro-sinistra: 2 #UP|Nasseristi: 1 #PNO|Sinistra araba: 1 #NLP|Centro-destra cristiano maronita: 1 #TW|Centro: 1 #Sabaa|Centro-sinistra: 1 #ReLebanon|Centro-destra: 1 #Baath|Neo-Ba'thisti: 1 #Osos|Centro: 1 #IM|Centro-destra sovranista secolare: 1 @UltimoraPolitics