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

Пребарај: #hothamster

当前筛选 #hothamster清除筛选
TRUE LABS

@truegames · Post #27 · 27.08.2024 г., 16:54

We’re thrilled to announce the upcoming launch of our next game, HOT HAMSTER, on the 11th of September, 2024! 🔥🔥 This game is a bonus addition to our TRUELAB HOT SERIES offering of classic games, and it features 30 variable lines and an expanding wild that grows to cover the entire reel! Easy to understand and fun to play - the essence of what the classic series is meant to be. 🎰 SPIN IT: https://bit.ly/hot-hamster-demo #HotHamster#ComingSoon#ExpandingWild#TrueClassic#TrueGames#TrueSlots 🔞 | Play Responsibly

TRUE LABS

@truegames · Post #28 · 12.09.2024 г., 13:59

🚨 OUT NOW: HOT HAMSTER 🚨 We’re excited to announce the launch of HOT HAMSTER, the latest addition to our TRUELAB HOT SERIES! 🎉 Featuring 30 variable lines and an expanding wild that grows to cover the entire reel, this game captures the fun and simplicity of classic slots while delivering a fresh experience for all players. 🔥 SPIN IT: https://play-test.launcher-gg.com/game/hot-hamster-v4/static/index.html #HotHamster#NewGame#ExpandingWild#TrueClassic#TrueGames#TrueSlots 🔞 | Play Responsibly