Relative Content

Tag Archive for pythondjangoceleryworker

Python Celery route task using hostname

I’m currently utilizing Celery for task management within my application, and I’m facing a challenge regarding task distribution to specific workers based on their unique hostnames. In my use case, I’m deploying multiple worker containers for a particular application. These containers are required to connect to various VPNs for specific requests or processing tasks.