I have 3 remote workers, each one is running with default pool (prefork) and single task.
A single task is taking 2 to 5 minutes for completion as it runs on many different tools and inserts database in ELK.
worker command: celery -A project worker -l info
Which pool class should I use to make processing faster?
is there any other method to improve performance?