Reduce concurrency for product analytics skein jobs (temporarily)
Bug: T376113
- Due a large number of skein processes being triggered at midnight, it is overloading the scheduler.
- Subsequently triggering multiple critical state alerts.
- Setting
max_active_task
to 2 temporarily, until Airflow is migrated to dse-k8s cluster, which should be able to handle the current level of concurrency.