potiuk commented on issue #20394: URL: https://github.com/apache/airflow/issues/20394#issuecomment-997181355
Another comment: I believe the root cause is that you use sentry to monitor celery (I do not know what your configuration is) and by default sentry uses pickle as serialization protocol, so maybe you would like to change it in Sentry configuration instead of modifying Airflow's Celery configuration. Using Pickle is insecure by default and you should avoid it. -- 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]
