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

Пребарај: #scamwarning

当前筛选 #scamwarning清除筛选
Joshua Reid | Redpills.tv

@realjoshuareid · Post #439 · 20.01.2026 г., 13:48

⚠️ Beware of Fake QFS Sign-Up Scams ⚠️ As the old financial system collapses and the new quantum financial system rises, many are desperately trying to understand what comes next. That curiosity has opened the door for a flood of online scammers pretending to offer “QFS accounts” in exchange for your personal information or money. Let this be crystal clear. You do not need to sign up for a QFS account. Every legitimate account will be mirrored to your existing one. When the time comes, access will be automatic and secure through official and verified channels. No legitimate organization is asking the public to register for anything at this time. These scammers prey on truth seekers, lightworkers, and those eager to be free of the corrupt banking system. They craft messages that sound spiritual, urgent, or official, hoping to trick you into handing over your funds or identity. Here is what to watch out for: • Anyone claiming they can give you early access to QFS • Messages with links to “create your QFS wallet” • Pressure to act fast or “miss out” • Requests for banking details, crypto wallets, or personal info The real QFS does not operate like this. It was designed to protect you, not exploit you. If someone messages you with one of these scams, block and report them immediately. Protect your wealth, your data, and your energy. And most importantly, stay grounded in truth. Stay alert. Stay empowered. #QFSAlert #ScamWarning #ProtectYourEnergy #QuantumFinancialSystem #StayAwake #NoMoreScams #DigitalFreedom #TrustTheShift #GuardYourWealth #AwakeningTruth