o-nikolas commented on issue #26988: URL: https://github.com/apache/airflow/issues/26988#issuecomment-1275527487
Hey @heavenlxj, I don't think this is an Airflow issue, it's a problem between Celery and the thirdparty python modules you're using. The method you used to update the celery config is the standard way I've seen as well, i.e.: 1. Create a new module which imports the default celery config 2. Add/modify any additional config you want 3. Put this module somewhere on Airflow path 4. Specify this config module to be used by updating the `celery_config_options` Airflow config (whether that be airflow.cfg, export env var, etc) @eladkal, @kaxil I think that this issue can be resolved, working as intended, WDYT? -- 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]
