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

Пребарај: #trumptoken

当前筛选 #trumptoken清除筛选
Crypto M - Crypto News

@CryptoM · Post #64635 · 09.04.2026 г., 12:15

🚀 Trump to Attend Meme Coin Conference This Month U.S. President Donald Trump is set to participate in a Meme Coin conference later this month. According to BlockBeats, this event will include a grand luncheon for holders of the TRUMP token. Trump will be joined by 18 "superstars" at the luncheon, which is scheduled for April 25 at Mar-a-Lago. The top 297 token holders will be allowed to attend the luncheon, while the top 29 will receive invitations to a special VIP reception and champagne toast alongside President Trump. #Trump#MemeCoin#TRUMPtoken#MarALago#cryptocurrency#blockchain#VIPevent#superstars#champagnetoast

Crypto M - Crypto News

@CryptoM · Post #64720 · 09.04.2026 г., 15:54

🚀 TRUMP Token Extends Luncheon Event Deadline The TRUMP token has announced an extension of its luncheon leaderboard event by four days, with the new deadline set for April 14 at 12 p.m. Eastern Time. According to Foresight News, U.S. President Donald Trump is set to host a grand luncheon for TRUMP token holders, where he will be joined by 18 'superstars.' The top 297 participants will be granted access to the luncheon at Mar-a-Lago on April 25. Additionally, the top 29 holders will receive invitations to a special VIP reception and champagne toast, where they will have the opportunity to meet President Trump. #TRUMPTOKEN#luncheonevent#deadlineextension#DonaldTrump#superstars#Maralago#VIPreception#champagnetoast#ForesightNews#eventnews