Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: How-to - Scaling - Superset #79

Closed
Tracked by #39 ...
bmtcril opened this issue Jul 11, 2023 · 3 comments
Closed
Tracked by #39 ...

Docs: How-to - Scaling - Superset #79

bmtcril opened this issue Jul 11, 2023 · 3 comments

Comments

@bmtcril
Copy link
Contributor

bmtcril commented Jul 11, 2023

No description provided.

@pomegranited
Copy link
Contributor

From comment:

...double check that we could override both the MySQL database and redis cache for it if it becomes too resource intensive to share with LMS/Studio

Before we can document this, we need to add some variables to tutor-contrib-aspects, and use them to support a separate MySQL db and redis cache:

  • SUPERSET_DB_ROOT_USERNAME: {{ MYSQL_ROOT_USERNAME }}
  • SUPERSET_DB_ROOT_PASSWORD: {{ MYSQL_ROOT_PASSWORD }}
  • SUPERSET_REDIS_HOST: {{ REDIS_HOST }}
  • SUPERSET_REDIS_PORT: {{ REDIS_PORT }}
  • SUPERSET_REDIS_PASSWORD: {{ REDIS_PASSWORD }}

@Ian2012
Copy link
Contributor

Ian2012 commented Sep 26, 2024

@bmtcril
Copy link
Contributor Author

bmtcril commented Sep 26, 2024

I think that's enough for now and we can add to it if people have questions. Nothing has come up yet, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants