79530847

Date: 2025-03-24 10:48:57
Score: 0.5
Natty:
Report link

I suppose you use this helm chart? If so have a look at the Parameter Reference. There are two specific values that set the replica count:

As you want to run jobs in parallel, enabling workers and setting replica to >=2 deploys two workers so jobs can run in parallel.

Updated values.yaml:

airflow:
  workers:
    enabled: true
    replica: 2
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: hobyte