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

Пребарај: #tradingvolumes

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

@CryptoM · Post #64729 · 09.04.2026 г., 16:16

🚀 USDC Treasury Mints 250 Million USDC A significant transaction was reported by Whale Alert, indicating that 250 million USDC was minted at the USDC Treasury. According to NS3.AI, this development could have implications for the stablecoin market, as such large minting activities often influence liquidity and market dynamics. The minting of USDC, a stablecoin pegged to the U.S. dollar, is closely monitored by market participants due to its potential impact on trading volumes and market stability. #USDC#Treasury#WhaleAlert#Stablecoin#Liquidity#MarketDynamics#Minting#TradingVolumes#MarketStability

Crypto M - Crypto News

@CryptoM · Post #64953 · 10.04.2026 г., 12:07

🚀 Aster's First Anniversary: Insights from Leonard on Market Trends and Survival Foresight News posted on X (formerly Twitter) about a conversation between Joe Zhou of Foresight News and Leonard from Aster, marking the platform's first anniversary. The discussion focused on realistic market trends, survival strategies during bear markets, effective innovation, and how a leading decentralized exchange (DEX) can endure in a challenging market. Leonard shared several notable observations. He criticized the industry's focus on decentralization for its own sake, labeling it a false demand. He noted that on their platform, trading volumes for gold and oil have surpassed those for Solana and XRP, placing them in the top five. Additionally, he observed a rapid increase in retail investors' demand for yield-generating assets. Looking at the market from a long-term perspective, Leonard believes that the underlying logic of the next market cycle will increasingly resemble traditional finance. Investors will prioritize fundamentals and cash flow over mere narratives. He also predicted that the top 5% of platforms will monopolize 80% of the profits, suggesting that if a team's capabilities do not rank in the top 5%, it may not be worth fully committing to the sector, regardless of its potential. #Aster#MarketTrends#BearMarket#Innovation#DEX#TradingVolumes#RetailInvestors#YieldAssets#Finance#InvestmentStrategy#CryptoMarket#SOL#XRP