How to Implement Warm-Up Caching in Apache Superset Using Redis and Celery for Dashboards with multiple JINJA params ? #29307
Unanswered
cellou59
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am currently working on optimizing the performance of my Apache Superset dashboards by implementing a warm-up cache strategy. My goal is to pre-load the cache for multiple frequently accessed dashboards to improve load times for users. Here's a detailed breakdown of my setup and requirements:
Current Setup:
Requirements:
user_id
, which should be included in the cache warming process.Current Configuration in
superset_config.py
:Steps Taken:
Issues/Questions:
user_id
) are correctly handled during the cache warm-up process?Any guidance, suggestions, or examples from similar implementations would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions