AnTapTanhCode commented on issue #30900:
URL: https://github.com/apache/superset/issues/30900#issuecomment-2473041833

   no i did set superset-config.py: 
   ```
   class CeleryConfig:
       broker_url = 'redis://localhost:6379/1'
       imports = (
           "superset.sql_lab",
           "superset.tasks.scheduler",
           "superset.tasks.thumbnails",
           "superset.tasks.cache",
       )
       result_backend = 'redis://localhost:6379/6'
       worker_prefetch_multiplier = 1
       task_acks_late = True
       beat_schedule = {
           "cache-warmup-hourly": {
           "task": "cache-warmup",
           "schedule": crontab(minute='*', hour='*'),  
           "kwargs": {"strategy_name": "dummy"}, 
           },
       }
   ```
   @dosu


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to