craig-rueda commented on a change in pull request #8782: Adding updates to CONTRIBUTING and UPDATING for app factory changes URL: https://github.com/apache/incubator-superset/pull/8782#discussion_r354983557
########## File path: UPDATING.md ########## @@ -38,6 +38,10 @@ defaults to False. To enable Druid-API-based functionality, override the * [8450](https://github.com/apache/incubator-superset/pull/8450): The time range picker now uses UTC for the tooltips and default placeholder timestamps (sans timezone). +* [8418](https://github.com/apache/incubator-superset/pull/8418): FLASK_APP / Worker App +have changed. FLASK_APP should be updated to `superset.app:create_app()` and Celery Workers +should be started with `--app=superset.tasks.celery_app.app` Review comment: Oops, nice catch ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
