I have an Azure Service Bus queue with Rest API requests for Database ingestion jobs.
For this, I have a requirement to create task workers to complete each job asynchronously as given in the below diagram.
I want to process these messages in parallel. Will Celery work for this? Is there any suggestion on what I can choose to complete this?
Thanks in advance.