other is celery, no disk sharing here ,its a microservice application to convert files from docx, xlsx etc to pdf, i receive file as formdata and some session_id to api, but how do i pass it to celery, file could be too big, i guess I cant send bsae64 as argument to celery delay function. Is there any industry standard way to solve this ?
Can't you just stream it?
Обсуждают сегодня