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

Резултати

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

Пребарај: #stoploss

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

@CryptoM · Post #65211 · 12.04.2026 г., 02:14

🚀 Crypto Whale Adjusts Stop-Loss to Secure Profits On April 12, a prominent crypto trader known as 'Set 10 Big Goals' (@Jason60704294) announced adjustments to their stop-loss positions to prevent targeted liquidation. According to BlockBeats, the trader has already secured profits from their current short positions. Previously, it was reported that the trader held a short position of 2,567.49 BTC with an entry price of $71,554.61, and a short position of 38,465.22 ETH with an entry price of $2,248.74. #Crypto#Bitcoin#Ethereum#Trading#StopLoss#ProfitTaking#CryptoWhale#BTC#ETH

Crypto M - Crypto News

@CryptoM · Post #65210 · 12.04.2026 г., 02:09

🚀 Analyst Discusses Stop-Loss Adjustment Strategy An analyst, @ai_9684xtpa, posted on X about the rationale behind adjusting a stop-loss point to $73,500. The adjustment was made to prevent precise liquidation, and the analyst noted that the price nearly reached this adjusted level. #StopLoss#TradingStrategy#MarketAnalysis#RiskManagement#PriceAdjustment#Investing

Crypto M - Crypto News

@CryptoM · Post #64987 · 10.04.2026 г., 12:57

🚀 Major BTC Long Position Liquidated on Hyperliquid Platform In the last 10 minutes, a significant BTC long position was liquidated on Hyperliquid, according to ChainCatcher. The position, held by the entity identified as 0x1e9, was closed at a price of $71,463, resulting in a substantial sell order. The position was initially opened today at 6 a.m. UTC+8, when BTC was trading above $72,000. It involved 247 BTC, equivalent to approximately $17.65 million. As the price declined, the holder opted for a rapid stop-loss exit, incurring a loss of about $180,000. #BTC#longposition#liquidation#Hyperliquid#ChainCatcher#cryptocurrency#BTCprice#stoploss#cryptotrading#loss