GitHub user dosubot[bot] added a comment to the discussion: how superset worker pods are used and where to configure to utilise workloads in helm
<!-- Answer --> Superset worker pods handle background tasks in Apache Superset, typically managed by a Celery worker. You can configure them in Helm under the `supersetWorker` section in the Helm chart's `values.yaml` file. This includes setting the number of replicas, resource limits, affinity, and autoscaling options. For example, you can enable autoscaling by setting `supersetWorker.autoscaling.enabled` to `true` and configure the minimum and maximum number of replicas with `supersetWorker.autoscaling.minReplicas` and `supersetWorker.autoscaling.maxReplicas` <sup>[[1]](https://github.com/apache/superset/blob/master/helm/superset/README.md)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/helm/superset/values.yaml)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/89f642df-dbe1-4908-87bc-aa3d4fe0cfb4?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/89f642df-dbe1-4908-87bc-aa3d4fe0cfb4?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/89f642df-dbe1-4908-87bc-aa3d4fe0cfb4?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/89f642df-dbe1-4908-87bc-aa3d4fe0cfb4?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/89f642df-dbe1-4908-87bc-aa3d4fe0cfb4?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/89f642df-dbe1-4908-87bc-aa3d4fe0cfb4?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/89f642df-dbe1-4908-87bc-aa3d4fe0cfb4?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/33006#discussioncomment-12732499 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
