potiuk commented on issue #23513: URL: https://github.com/apache/airflow/issues/23513#issuecomment-1121141870
If you can see the environment properly set in the flower container, there is no reason why it should not work - please double-check (exec into your container and check if it is set). If it is set, check if this is supported in the flower version that is installed (it's possible this configuration does not work for particular version of flower used). If it still does not work - I suggest to open an issue with flower. Flower is really executed "as is" by us and we do not look at it nor solve any problems that come with the flower itself - Flower for us is just an external component that we added for convenience, but any problems with it should be handled with flower directlyl As a workaround - in case this is indeed flower error - you can also modify the args in your values.yaml with `-c FLOWER_CONF` option added to flower component executed: https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#celery -- 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]
