xocasdashdash commented on issue #4111: How to view all the registered workers URL: https://github.com/apache/incubator-superset/issues/4111#issuecomment-353727376 @xrmx mmm Well, i just have one configuration that is shared between the workers and the web node, the thing is I'm just not sure if the configuration i'm using is the correct one. Basically my question is regarding how would you configure superset to work with multiple servers all sharing the same broker and how can i see that this configuration is working as I expect it. The other issue i have is that if i start flower from the command line it binds to localhost by default and that is not reachable unless i proxy with nginx or something. Here's the celery config that's shared between workers and web: > class CeleryConfig(object): > BROKER_URL = 'redis://' + \ > os.environ['SUPERSET_REDISHOST'] + ':6379/0' > CELERY_IMPORTS = ('superset.sql_lab', ) > CELERY_RESULT_BACKEND = 'redis://' + \ > os.environ['SUPERSET_REDISHOST'] + ':6379/0' > CELERY_ANNOTATIONS = {'tasks.add': {'rate_limit': '10/s'}}
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
