-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
superset cache warmup not working #10150
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Hello @ukm21 did you solve de problem, I've the same issue. I'm using superset version 1.1.0 I see how celery beat raise the jobs them in celery worker was catched Regards |
@fgomezotero cache warmup is using explore url, but explore url will only open the explore window for the chart in the browser and not do warmup. For cache warmup the url should be change the get_url() method in superset/tasks/cache.py |
cache warmup is triggering cron job but it is not able to open the url and refresh the cache
[2020-06-24 07:58:00,166: INFO/ForkPoolWorker-1] cache-warmup[f1d59564-8816-4c98-a705-32041fa7cffe]: Fetching http://0.0.0.0:30064/superset/explore/?form_data=%7B%22slice_id%22%3A%204%7D
Expected results
cache should refresh based on dummy strategy
Actual results
cache not refreshing based on the strategy configured
Screenshots
Celery worker is trying to open the url of a chart but it does not trigger the query and refresh the cache
How to reproduce the bug
Environment
(please complete the following information):
The text was updated successfully, but these errors were encountered: