What are modern severless solutions to run long python functions asynchronously? (need to be able to install system packages like ffmpeg) I used to use AWS Lambda.
have u tried pythonanywhere.com? not sure if they allow for big packages like ffmpeg
i used to do the same thing, run big ass python scripts with ffmpeg, but on a raspberry pi