TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

Пронајдени 4 слични објави

Пребарај: #taxtech

当前筛选 #taxtech清除筛选
IRAS

@irassg · Post #1005 · 14.05.2024 г., 06:56

#LifeatIRAS goes beyond just ticking off tasks; it's a vibrant journey filled with continuous learning and collaborative opportunities! 🌟 Techies, this one's for you! 👨‍💻 Tune in to the full video where Steven and Chanel spill the tea on the pivotal role of techies in the tax industry: https://youtu.be/OWWZ1Z6xUlc #WhyIDoWhatIDo#IRASGameOn#irassg#taxtech#techroles#careerideas

IRAS

@irassg · Post #1004 · 13.05.2024 г., 06:35

The weather has been so hot 🥵🔥 Who else wants to work in a cold room too? 🙋 Learn more about what Shaun and Sakthi do and why they choose #lifeatIRAS: https://www.youtube.com/watch?v=KGDBnQv31WA Find your role with us at go.gov.sg/lifeatiras💡⭐️ #WhyIDoWhatIDo#IRASGameOn#irassg#taxtech#beattheheat#careerideas

IRAS

@irassg · Post #1003 · 10.05.2024 г., 04:31

Quote Georgina, “Our work is NOT boring!” 😂 Watch the full video as Sanudha and Georgina dish more about their #lifeatIRAS experiences! Find your role with us at go.gov.sg/lifeatiras💡⭐️ #WhyIDoWhatIDo#IRASGameOn#irassg#interestingjobs#taxtech#careerideas

IRAS

@irassg · Post #1001 · 08.05.2024 г., 07:40

Ever wonder what's behind the scenes of tax investigation? 🕵️‍♂️ Our investigator, Jeremy, reveals his most intriguing tool – a door ram! 🚪 Watch the full video as Jeremy and Juliana explain the difference between a tax investigator and a tax auditor. Find your role with us at go.gov.sg/lifeatiras💡⭐️ #WhyIDoWhatIDo#IRASGameOn#irassg#taxtech#investigation#audit#careerideas#lifeatIRAS