Learning new things in node , I have a crude API that takes a http link => downloads the file => uploads it to my private storage. Currently I'm using RabbitMQ , where the API is the publisher and I have a consumer VM always running , waiting for task. Limitations being the VM needs to be always up and scaling the consumer is too complex
Probably their is a better solutions to handle long running tasks with scaling
Might be AWS Fargate , but I'm looking for non platform tied service if possible