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

Пребарај: #moonbeam

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

@CryptoM · Post #65360 · 13.04.2026 г., 02:15

🚀 Binance to Suspend Moonbeam Network Transactions for Upgrade According to the announcement from Binance, starting at approximately 2026-04-13 12:00 (UTC), the platform will temporarily suspend deposits and withdrawals of tokens on the Moonbeam (GLMR) network. This suspension is to facilitate a network upgrade aimed at enhancing user experience. The upgrade is scheduled to occur at the block height of 15,190,604, which is expected to be around 2026-04-13 13:00 (UTC). The trading of tokens on the Moonbeam network will remain unaffected during this period. Binance assures users that it will manage all technical requirements related to the upgrade. Once the network is deemed stable post-upgrade, deposits and withdrawals will be reopened without further announcements. Users are advised to stay informed through the project team's updates for more details on the upgrade process. #Binance#Moonbeam#GLMR#Crypto#Blockchain#NetworkUpgrade#DeFi#CryptoNews

TokenPocket

@tokenpocket_channel · Post #653 · 27.06.2023 г., 07:27

🚀Big news! With the support of Debank and Blockin.ai, we're thrilled to unveil the integration of 10 New Chains for DeFi Asset Management on #TokenPocket: #Gnosischain, #Arbitrum, #Klaytn, #Avalanche, #Aurora, #Conflux, #BTT, #Nova, #ZKsync, and #EOS EVM. 💪Combined with our existing support for #ETH, #BSC, #Matic, #OP, #Moonbeam, #Heco, #FTM, #OKTC, and #Harmony, we now support a total of 19 Chains! 📲On your wallet's assets page ➡️DeFi Entrance ➡️manage your #DeFi assets, explore #Staking, #Deposits, #Farming, #Lending, #LiquidityPools, and More — all of these on-chain #DeFibehaviors. 🔥Explore and manage your DeFi Assets seamlessly with the power of 👉TokenPocket. Check it out today! #DeFi#blockchain#tokenpocket