Недавно делал быстрый прототип асинхронного приложения в котором требовалось вызывать много синхронного кода. Да, я знаю, что это не лучший дизайн, но нужно было быстрое решение на один процесс и без очередей. Поэтому я выполнял код в потоках.
Выглядело это примерно так:
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
☀️Good Morning, Traders!☕
Every sunrise brings a new chart, a new candle, and a new opportunity. 📊
Today is not just another day — it’s another chance to grow your account, your mindset, and your confidence. 💪
🎯Remember:
Trading is not just about profits — it’s about discipline, patience, and consistency.
Don’t chase the market… understand it.
Don’t fear losses… learn from them.
💼Pocket Option gives you the platform.
Your mindset gives you the power.
Now go make today count. 🚀
#BinaryOptions#PocketOption
🚀 NEW VIDEO: PRO THUNDER V12!
Master the market with the most precise binary indicator yet. No noise, just structure. 💎
👛Watch Now:https://www.youtube.com/watch?v=ZExrk5kDhuI
🌐Get V12:https://ss7trader.com/product/pro-thunder-v12/
#PocketOption#BinaryTrading#SS7Trader
⚙100% NON-REPAINT. 0% GUESSING.⚙
👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy.
👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal.
📈Result: See the screenshots for the clinical precision.
Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑
👇 GET YOUR COPY NOW 👇
👉CLICK TO GET V12 NOW!
#MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы
⚙100% NON-REPAINT. 0% GUESSING.⚙
👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy.
👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal.
📈Result: See the screenshots for the clinical precision.
Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑
👇 GET YOUR COPY NOW 👇
👉CLICK TO GET V12 NOW!
#MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы
⚙100% NON-REPAINT. 0% GUESSING.⚙
👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy.
👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal.
📈Result: See the screenshots for the clinical precision.
Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑
👇 GET YOUR COPY NOW 👇
👉CLICK TO GET V12 NOW!
#MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы