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

Резултати

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

Пребарај: #securehodling

当前筛选 #securehodling清除筛选
SLEX NEWS

@slex_io · Post #113 · 24.10.2023 г., 15:09

🔥Take advantages of trading Peercoin (PPC/USDC) on SLEX Exchange🔥 Hey SLEXians! 🤩We're always on the lookout for ways to enhance your trading experience and we invite you to dive into the advantages of trading of Peercoin (PPC/USDC): 1️⃣ Spot market Trading: As a nod to our wonderful community and the excitement around Peercoin, enjoy spot trading the PPC/USDC pair on SLEX Exchange. More trades, more savings! 2️⃣ Safe HODLing: Store your Peercoin holdings securely in our fortified Exchange. HODL PPC with peace of mind knowing your assets are in safe hands and bring you profit. 3️⃣Supporting Sustainable Crypto: With Peercoin's focus on energy-efficient operations through its unique Proof-of-Stake consensus, you’re not only trading but also supporting a sustainable crypto initiative. 4️⃣Decentralization at Its Best: Peercoin's model ensures every coin holder, regardless of size, has a voice. By HODLing Peercoin, you can become a part of a great community and have an effect on developing a decentralized ecosystem. 🤝Join SLEX Centralized Exchange, take advantage of trading or HODLing PPC\USDC and boost your rewards!🚀 #TradePeercoinOnSLEX#SecureHODLing#SpotTrading#SLEXTrading#PeercoinTrading Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter