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

Пребарај: #cryptoaccumulation

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

@CryptoM · Post #64902 · 10.04.2026 г., 08:17

🚀 TON Declines Over 24% Year-to-Date Despite Wallet Accumulation and Network Upgrade TON has experienced a decline of over 24% since the beginning of the year. According to NS3.AI, despite this downturn, the top 100 wallets have accumulated an additional 189,730 TON in the past three months. This week, TON implemented the Catchain 2.0 upgrade, which has reduced confirmation times to less than one second for Telegram mini-apps, payments, and high-frequency activities. The network's seven-phase roadmap includes plans for future fee reductions. #TON#cryptocurrency#blockchain#wallets#networkupgrade#Catchain2#Telegram#cryptoaccumulation#feereduction#highfrequencytransactions

Crypto M - Crypto News

@CryptoM · Post #65426 · 13.04.2026 г., 07:18

🚀 Whales Accumulate TRUMP Memecoin Before Mar-a-Lago Luncheon Large investors, often referred to as 'whales,' have been increasing their holdings of the TRUMP memecoin in anticipation of the April 25 Mar-a-Lago luncheon. According to NS3.AI, one particular wallet has notably increased its holdings to 1.13 million tokens, valued at approximately $3.2 million. This accumulation suggests a strategic move by investors ahead of the event. #Whales#TRUMPMemecoin#MarALagoLuncheon#Crypto#Investment#Memecoin#NS3AI#LargeInvestors#CryptoAccumulation#StrategicMove