shakeelansari63 commented on issue #26631: URL: https://github.com/apache/superset/issues/26631#issuecomment-1936177722
I think the issue occurs because celery spawns multiple processes which kubernetes does not like some how. And it starts killing the celery worker pods. I have also noticed this issue in AKS. The fix I found was to use `--pool solo` after the worker command. This Gist mentions same issue and the fix - [https://gist.github.com/chris-w-jarvis/b96e21edc8a1a7c076797b3e95786850](https://gist.github.com/chris-w-jarvis/b96e21edc8a1a7c076797b3e95786850) -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org