sangram-jadhav-eyeota commented on issue #28445: URL: https://github.com/apache/superset/issues/28445#issuecomment-3062511898
The problem is described here [](https://github.com/apache/superset/issues/26631) [](https://github.com/apache/superset/discussions/27070) The solution worked is mentioned here [](https://gist.github.com/chris-w-jarvis/b96e21edc8a1a7c076797b3e95786850) For Superset 4 or later use below configuration `supersetWorker: command: - "/bin/sh" - "-c" - ". {{ .Values.configMountPath }}/superset_bootstrap.sh; celery --app=superset.tasks.celery_app:app worker --pool=gevent"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
