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

Пребарај: #priceanalysis

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

@CryptoM · Post #64911 · 10.04.2026 г., 09:09

🚀 Bitcoin's Rebound: Bear Market Bounce or Start of a Rally? Bitcoin has experienced a 7.5% rebound, rising from approximately $67,000 to over $72,000. According to NS3.AI, Glassnode suggests that this movement still aligns with a bear-market bounce unless Bitcoin can reclaim the $81,600 level. The report identifies the $69,000–$71,500 range as near-term support, with the True Market Mean at $78,000 potentially serving as the ceiling for a relief rally. Despite the recent price increase, spot demand for Bitcoin remains weak. ETF flows are showing only modest improvements, and options traders continue to pay a premium for downside protection, indicating cautious sentiment in the market. #Bitcoin#Crypto#BearMarket#Rally#PriceAnalysis#MarketSentiment#ETF#Trading#BTC

Crypto M - Crypto News

@CryptoM · Post #64756 · 09.04.2026 г., 19:25

🚀 Analyst Suggests Nvidia Needs to Surpass $185 for Breakout BTIG analyst Jonathan Krinsky has indicated that Nvidia must exceed and maintain a price above $185 to confirm a breakout. According to NS3.AI, major financial institutions such as Citi, Bank of America, and JPMorgan have set a consensus target of approximately $273 following Jensen Huang's keynote at GTC 2026. #Nvidia#BTIG#JonathanKrinsky#breakout#priceanalysis#financialinstitutions#Citi#BankofAmerica#JPMorgan#GTC2026

Venture Village Wall 🦄

@venturevillagewall · Post #3710 · 25.12.2024 г., 07:00

Justin Sun Transfers $245M in ETH Justin Sun's team has transferred 70,182 ETH to HTX, valued at approximately $245 million. This includes 42,905 ETH unlocked from Lido Finance and 27,277 ETH from Etherfi. Since November 10, Sun has deposited 179,101 ETH worth about $645 million in total, averaging $3,601 per ETH. Analysts suggest Ethereum could outperform Bitcoin in January 2025, potentially increasing the ETH/BTC ratio above 0.04, which may spur altcoin growth. Historical Bitcoin prices show significant growth leading up to Christmas over the years with predictions continuing for 2025. Spot On Chain | Cointelegraph | Simply Bitcoin TV #Ethereum#BTC#JustinSun#HTX#LidoFinance#Etherfi#Crypto#PriceAnalysis#MarketTrends#Altcoins#ETHBTC#Deposits#Blockchain#Trading#Fundamentals#Investing#CryptoHistory#FuturePredictions#ETFs#Growth