How many apache airflow celery workers can I start on localhost? I guess the default setting should be one celery worker that work concurrently by multi-threading. The concurrency can be set in airflow.cfg file (default is 16).
I checked the flower server and there is only one celery worker.
Is it possible to add another celery worker to my localhost?
Airflowin this regard. Celery might cap the number of workers on a machine, but even that seems a remote possibility. You need to play around with 1. Celery (more likely) 2. Airflow configs, and I think this can be pulled off - y2k-shubhampuckel/docker-airflow? - y2k-shubham