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

Пребарај: #cryptostocks

当前筛选 #cryptostocks清除筛选
Crypto M - Crypto News

@CryptoM · Post #64808 · 10.04.2026 г., 01:23

🚀 U.S. Stocks Rise as Crypto-Linked Stocks Show Mixed Results U.S. stocks ended the trading session on a positive note, with overall gains observed across the market. According to NS3.AI, crypto-linked stocks displayed mixed performance. CRCL experienced a significant decline, falling over 9.34%. In contrast, COIN saw a decrease of more than 3.47%, while Strategy (formerly MicroStrategy) recorded a modest increase of over 0.44%. MARA also showed positive movement, gaining more than 1.79%. #USStocks#CryptoStocks#MarketUpdate#StockMarket#Investing#COIN#CRCL#MARA#MicroStrategy

Crypto M - Crypto News

@CryptoM · Post #64866 · 10.04.2026 г., 05:34

🚀 Hong Kong Crypto Stocks Surge Ahead of Stablecoin License Announcement Hong Kong-listed crypto-related stocks experienced significant gains today as the market anticipates the announcement of the region's first batch of stablecoin licenses. According to NS3.AI, Guotai Junan International saw a remarkable increase of over 20%, while Yunfeng Financial rose nearly 12%. Shenwan Hongyuan Hong Kong also reported a rise of more than 11.5%. The upcoming stablecoin license announcement is expected to impact the local crypto market positively, driving investor interest and confidence. #HongKong#CryptoStocks#StablecoinLicense#GuotaiJunan#YunfengFinancial#ShenwanHongyuan#CryptoMarket#InvestorInterest#CryptoNews