I'm unclear on what the Raven license is but it doesn't seem to be Apache complient. https://github.com/getsentry/raven-python/blob/master/LICENSE
I'm not sure about the side-effects of disabling pickles. What are your motives? Max On Thu, Jul 7, 2016 at 8:20 AM, Arthur Alvim <[email protected]> wrote: > Hi, all! > > First, I wish I could add Sentry to Airflow. > > Generally, in a Flask project I would do the steps below: > > # pip install raven[flask] > > from raven.contrib.flask import Sentry > sentry = Sentry(app, dsn='your dsn') > > Is there any way I could wrap Airflow application with that? > > > Second, Is there anyway I could change Airflow Celery settings? > Let's say create my own queues, routers. > > Particularly, I'd like to change this: > CELERY_ACCEPT_CONTENT = ['json', 'pickle'] > to this: > CELERY_ACCEPT_CONTENT = ['json',] > > Is there any side effect in disable pickle? > > Thanks in advance. > -- > Atenciosamente > > Arthur Alvim >
