I have an Elastic Beanstalk setup where I want to do two things:
- Have all workers prioritize certain jobs (premium > free)
- Have some workers only do specific jobs (enterprise worker does only enterprise jobs)
The workers use the SQS daemon that fetches from the queue and I'm not sure if and how to modify them.
How would you achieve this using Elastic Beanstalk?