Недавно делал быстрый прототип асинхронного приложения в котором требовалось вызывать много синхронного кода. Да, я знаю, что это не лучший дизайн, но нужно было быстрое решение на один процесс и без очередей. Поэтому я выполнял код в потоках.
Выглядело это примерно так:
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
Десять елочных украшений от художников и брендов
Собрали несколько вариантов елочных украшений: от тех, что вызывают ностальгию, до декора, который призван обратить внимание на хрупкость животного мира.
Смотрите карточки и забирайте украшения к себе в вишлист!
#newyear
🎄The Russian Embassy School hosted a New Year's fairy tale “New Year Knocks at the Door!”
In his address, Ambassador Albert P. Khorev thanked the Embassy staff for their hard work and wished them happiness, health, and success in serving their Motherland in the New Year.
#NewYear
As we begin the #newyear, here’s a recap of key housing news in 2021.
🏠✨ Our new year resolution = continue delivering homes to new flat buyers, while increasing supply to meet the strong housing demand from Singaporeans.
Happy New Year from the Venom team! We hope 2023 brings new opportunities and growth for all of our ecosystem participants and partners. We are excited to continue building and improving our platform to serve our community better. Here's to a successful and blockchain-filled year ahead! #NewYear#Blockchain
How to Make a New Year's Wish in Russian
🔻On New Year's Eve in Russia, there is a tradition of making a wish as the Kremlin clock strikes midnight:
1⃣Я хочу (+ noun in Genitive case):
• Я хочу счастья! (I want happiness).
• Я хочу здоровья! (I want health.)
2⃣Я хочу (+ Infinitive, perf./imperf.):
• Я хочу путешествовать! (I want to travel).
• Я хочу получить повышение! (I want to get a promotion).
3⃣Пусть (+ verb in the Future Tense):
• Пусть наступит мир! (May there be peace).
• Пусть придёт любовь! (May love come).
• Пусть все будут здоровы и счастливы! (May everyone be healthy and happy.)
🥂Let's write some wishes in Russian the comments!
🎧🗣👇
#NewYear
#useful_vocabulary
😎 Stay with @learnRCRussian
Father Frost Saddled a Fir Tree and Rode Through the Streets of Chelyabinsk, Launching Fireworks.
🔻The festive tree was tied to an Audi. Police are searching for the "New Year's wizard" and his "reindeer" to clarify the circumstances.
That's Russia, baby:)
#NewYear
#news
🎄 Stay with @learnRCRussian
🎄Father Frost, a rescuer from Murmansk, delivers gifts on mountain skis, a snowmobile and a festive illuminated all-terrain vehicle Бурлак(Burlak).
Video: Ministry of Emergency Situations (Russia)
#news
#NewYear
🎄 Stay with @learnRCRussian