@QuietWorld · Post #7387 · 11.06.2020 г., 07:56
The way you dress is an expression of your personality 🌻 Alessandro Michele #personality#quotes @quietworld🍃
Hashtags
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
Пребарај: #personality
@QuietWorld · Post #7387 · 11.06.2020 г., 07:56
The way you dress is an expression of your personality 🌻 Alessandro Michele #personality#quotes @quietworld🍃
Hashtags
@QuietWorld · Post #6665 · 08.10.2019 г., 08:46
“In the end, it’s your actions, how you respond to circumstance, that reveals your character.” #quotes#personality @quietworld🍃
Hashtags
@QuietWorld · Post #6827 · 31.10.2019 г., 06:30
🔖People often say that this or that person has not yet found himself. But the self is not something that one finds. It is something one creates. #personality#selfreminder @quietworld🍃
Hashtags
@QuietWorld · Post #6901 · 13.11.2019 г., 01:22
http://forest-mt.seekrtech.com/ #random#personality @quietworld🍃
Hashtags
@QuietWorld · Post #6723 · 17.10.2019 г., 06:30
To have doubted one's own first principles is the mark of a civilized man. —Oliver Wendell Holmes Jr. #quotes#attitude#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7135 · 10.01.2020 г., 10:06
1 or 2? I go with 2 😉 & I love it! 😂 #random#poll#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7811 · 14.05.2021 г., 02:10
Signs of Gaslighting Source: BetterHelp #facts#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7810 · 14.05.2021 г., 02:10
Signs of Gaslighting Source: BetterHelp #facts#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7809 · 14.05.2021 г., 02:05
Signs of Gaslighting Source: BetterHelp #facts#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7052 · 10.12.2019 г., 03:22
sometimes I'm surprised at how I can go back and forth from being like a mature adult around a group of people to being like a childlike adult around another particular group of people 😐 have you ever felt the same way about yourself?👀 #poll#attitude#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7271 · 20.04.2020 г., 05:12
“Parents can only give good advice or put them on the right paths, but the final forming of a person's character lies in their own hands.” 🍃 Anne Frank #life#reminder#personality#attitude @quietworld🍃
@QuietWorld · Post #6710 · 14.10.2019 г., 23:30
The better we feel about ourselves, the fewer times we have to knock somebody else down to feel tall. #quotes#life#people#personality @quietworld🍃
Hashtags