Недавно делал быстрый прототип асинхронного приложения в котором требовалось вызывать много синхронного кода. Да, я знаю, что это не лучший дизайн, но нужно было быстрое решение на один процесс и без очередей. Поэтому я выполнял код в потоках.
Выглядело это примерно так:
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
#EGLD/USDT analysis :
#EGLD is currently in an uptrend, trading above the 200 EMA. The price has successfully broken out and retested the previous swing high resistance levels. It is anticipated that the price will bounce back from this point and continue its bullish momentum, aiming to test the recent swing high.
TF : 4h
Entry : $28.44
Target : $33.75
SL : $26.00
#EGLD/USDT analysis :
#EGLD has broken out and retested the support zone. It is now expected to bounce from this support zone and test the previous swing high level.
TF : 1D
Entry : $26.26
Target : $28.14
SL : $25.12
#EGLD Weekly Support Zone Retest🧐
MultiversX is testing the lowerboundary of the descendingchannel formation on the weekly timeframe👨💻
This area serves as a launchpad for a potential bullish reversal🔍
A confirmed rebound could propel the price toward targets at $7, $12, $22, $38, $58, $77, $120, and $200🎯
#EGLD
MultiversX has successfully broken out of the descendingchannel pattern on the daily timeframe
Price action shows strong bullish momentum after breaching the descending resistance
Expect a continuation toward targets at $20.50, $26.00, and $38.00🎯
#EGLD bounced back from the Green zone on 12H Time frame,we expect more pumps after breakup from the Trendline,send it 💎
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️
#EGLD is trying to break up the Supply zone on Weekly time frame,in the case of breakout we may see another bullish leg🚀
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️
💰#EGLD price bounced from the support of $30.50-$31 area. The local resistance is $32.89-$33.50 area and the price is rejected from there. 👀
The major resistance is the $37.10-$38 area. You can open long positions near the support area with tight stop loss.
📈
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️