@Gatos_Cats · Post #4916 · 03.02.2026 г., 16:52
#Fondos
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
Пребарај: #fondos
@Gatos_Cats · Post #4916 · 03.02.2026 г., 16:52
#Fondos
Hashtags
@Gatos_Cats · Post #4630 · 11.10.2025 г., 17:31
#Fondos Recomiendo el primero para pantalla de bloqueo y el segundo para la de inicio
Hashtags
@Gatos_Cats · Post #4465 · 27.07.2025 г., 16:10
#Fondos
Hashtags
@botsgram_cu · Post #4134 · 21.07.2021 г., 16:08
¿Que puede hacer este bot? @DuvarKagidiBot Con este bot puede obtener fondos de pantalla de varias fuentes, como Microsoft y Unsplash. Idiomas: turco (Visto en @botsgram_cu) #fondos
Hashtags
@Gatos_Cats · Post #3926 · 19.11.2024 г., 16:26
#Fondos
Hashtags
@beck_blog · Post #2816 · 06.10.2021 г., 19:34
· · • • • •🍂• · · · FONDOS · · · • 🍂• • • • · · Hola personitas bellas hoy les traigo unos fondos que pueden usar este otoño. Espero que os gusten y los pongan cuanto antes 🙈. #fondos · · • • • • • · · · · • • • 🍁 • • • · · · · • • • • • · ·
Hashtags
@beck_blog · Post #2458 · 22.07.2021 г., 20:26
· · • • • •☀️• · · · FONDOS · · · • ☀️• • • • · · Hola personitas bellas hoy les traigo unas fotos hermosas que seguro amarán utilizar como fondos de pantalla este verano. #fondos · · • • • • • · · · · • • • 🏖 • • • · · · · • • • • • · ·
Hashtags
@beck_blog · Post #1113 · 23.01.2021 г., 15:30
· · • • • •❄️• · · · FONDOS · · · • ❄️• • • • · · Hola personitas bellas hoy les traigo unos fondos deliciosamente bellos espero que les gusten 😊 #fondos · · • • • • • · · · · • • • ☃️ • • • · · · · • • • • • · ·
Hashtags
@botsgram_cu · Post #4428 · 11.10.2021 г., 03:35
¿Que puede hacer este bot? @ShareWallpaperBot Obtenga fondos de pantalla de alta calidad en su grupo. Idiomas: Italiano Inglés Español Alemán (Visto en @botsgram_cu) #fondos#grupos
@Gatos_Cats · Post #5035 · 31.03.2026 г., 19:17
#Dibujos #Fondos
@Gatos_Cats · Post #4941 · 13.02.2026 г., 16:13
#Dibujos#Fondos
@Gatos_Cats · Post #4919 · 04.02.2026 г., 16:09
#Dibujos#Fondos