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

Резултати

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

Пребарај: #gasoline

当前筛选 #gasoline清除筛选
Trump's Ear

@trumpsear_tg · Post #2327 · 01.04.2026 г., 15:59

The average price of gasoline in the United States exceeded $4 per gallon for the first time since August 2022. Just a month ago, it was $2.98. ⛽️📈 California remains the most expensive state. Prices there have risen to $5.89, and in the cities of San Rafael and Santa Rosa, they have exceeded $6. In Oklahoma, where fuel remains the cheapest in the country, the price has increased by 81 cents in a month. Experts predict an increase in prices. According to Rapidan Energy Group, gasoline could rise to $4.50 to $5 per gallon. They do not expect a decrease until summer and attribute it to the blockade of the Strait of Hormuz, which carries about 20% of the world's oil. ⚠️ #Gasoline#prices 👂More on Trump's Ear ⚠️