How scale a Elasticbeanstalk application worker on based on messages from SQS?
问题 I have a Scala application to do some heavy calculation based on customer_id, I'm putting customers id in SQS (Amazon Simple Queue Service), the application it is configured on ElastikBeansTalk to consume msg from SQS. I would like to scale my application based on message coming from SQS, the problem is my application is running as HTTP server and it return 200 code after finishing the calculation, which minimum takes 15min. SQS max timeout is 60 seconds, so after that, all msgs ended up in