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

Пребарај: #extremestars

当前筛选 #extremestars清除筛选
Universe Mysteries 🪐

@cosmomyst · Post #565 · 18.12.2025 г., 12:21

🪐 The magnetar SGR 1935+2154, found in the constellation Vulpecula, is famous for combining an ultra-strong magnetic field—over a quadrillion times stronger than Earth's—with sudden bursts of energy known as fast radio bursts. Magnetars like SGR 1935+2154 pack so much magnetic power that their fields can twist and snap the star’s surface, unleashing flares that can light up the galaxy for a brief moment. ✨ #magnetars⚡#neutronstars⚡#extremestars⚡#nasa⚡#galaxy⚡#stars⚡#astronomy⚡#universe⚡#cosmos⚡#space 👉subscribe Universe Mysteries 👉more Channels ​

Universe Mysteries 🪐

@cosmomyst · Post #438 · 17.10.2025 г., 18:21

🪐 The magnetar SGR 0501+4516, discovered in the constellation Perseus, has a magnetic field estimated to be more than 10 trillion times stronger than Earth's. This incredible power makes the area around it so extreme that atoms themselves can be stretched into unusual shapes, showing how magnetars are some of the most intense and mysterious objects in our universe. ✨ #magnetars⚡#neutronstars⚡#extremestars⚡#nasa⚡#galaxy⚡#stars⚡#astronomy⚡#universe⚡#cosmos⚡#space 👉subscribe Universe Mysteries 👉more Channels ​