v0.7.0
Changed
-
Make celery workers run as separate containers (#269).
This is a breaking change in the way the container is deployed. Now it requires to be deployed as two containers, one with the environment
SUPERSET_ENV=production
and the other one withSUPERSET_ENV=celery
.
Internal
- Improve documentation about development mode to run source{d} with hot reloading. Previous documentation didn't explain how to build the
sourced-ui
development image.