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

Пребарај: #rainbowswap

当前筛选 #rainbowswap清除筛选

⏺TONCO: Successful Security Audit, Integration and First Victories 🔄 A month ago, #SwapCoffee and #RainbowSwap partnered with TONCO dex to integrate it with their platforms. A significant step toward increasing trading volumes and commission rates as well as rewards for liquidity providers in the market. Due to increased volatility in cryptocurrency markets, the annual percentage rate🔫APR on TONCO is now approximately 135%, 10 times higher than that on DeDust and StonFi. This is thanks to concentrated liquidity, which has led to an increase in trading activity on the platform. 🔽 The team has seen the following results: Since the launch: 🟢$25 million in total trading volume, the sum of all transactions. 🟢$76,000 in total fees. 🟢A maximum total value locked (TVL) of $2,5 million. In the last 24-hour period: 🟢TVL of $1,2 million. 🟢$802K in trading volume. 🟢Fees of $2,400. 🟩A new record was set for TONCO with $1.2 million in 24-hour trading volume. 🔒 We would also like to remind you that last year, TONCO successfully passed its first security audit by the Beosin company. The results of the audit showed that there were no critical vulnerabilities or bugs found, which is great news for us as a young exchange. Each such audit helps to increase user confidence in our platform. You can view the full report here. TONCO | Channel | Chat