potiuk edited a comment 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 (but I 
do not know how). Using Pickle is insecure by default and you should avoid it.
   
   Though I think it is "hard-coded", not sure if you can change it:
   
   
https://github.com/getsentry/sentry/blob/f089b778848f79976de80619249a3c9df445a0ad/src/sentry/conf/server.py#L544


-- 
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]


Reply via email to