zhaoyongjie commented on pull request #18576:
URL: https://github.com/apache/superset/pull/18576#issuecomment-1032313707


   @michael-s-molina Thanks for working on this! there are 2 concerns in this 
PR.
   1. How to treat cache temporarily unavailable
   a) make a chart
   b) remove all cache data from Redis or filesystem(depend on how to set up 
Superset)
   c) refresh explore page
   d) chart will be crash
   
   
![image](https://user-images.githubusercontent.com/2016594/152942709-0c03831e-dc37-4660-83e8-295b30917454.png)
   
   2. How to treat the same user login in different terminal
   a) open same chart from 2 different browser, like Chrome and Firefox.
   b) user have different session, but they can sync form data because they use 
same cache key. we can use session id to avoid it.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to