Cristhian Garcia
Cristhian Garcia
@BentsiLeviav This PR is ready for review
@ZamirSZN @diegobarbo We are three now...
@rusackas We have experienced this issue in two different Superset installations. Our MySQL version is `8.1.0`
@regisb can this be backported to sumac?
I agree. I use zsh with the sintax highlight plugin with: `source venv/bin/activate; export TUTOR_ROOT=$(pwd); export TUTOR_PLUGINS=$(pwd)/plugins` So, whenever I load a virtual env the variables are exported. Same thing...
@feanil thanks, it's ready for review now
### Customization I've seen some comments around having a `celeryconfig.py` file with a patch on it for general settings, and for the **custom** workers we could use environment variables. For...
We need to use the celery app `config_from_object` method on the production.py settings files: ```python default_config = 'myproj.celeryconfig' app.config_from_object(default_config) ```
It may require changes to edx-platform celery's app but I don't think we need it. We also have the option to use environment variables but python files provides more prefxility