docker-airflow icon indicating copy to clipboard operation
docker-airflow copied to clipboard

flower start fail

Open cjphaha opened this issue 4 years ago • 1 comments
trafficstars

When i start airflow cluster by docker-compose-CeleryExecutor.yml, I encountered the following error when starting flower

[I 210430 08:45:05 command:136] Visit me at http://0.0.0.0:5555

[I 210430 08:45:05 command:141] Broker: redis://redis:6379/1

[I 210430 08:45:05 command:144] Registered tasks:

['celery.accumulate',

'celery.backend_cleanup',

'celery.chain',

'celery.chord',

'celery.chord_unlock',

'celery.chunks',

'celery.group',

'celery.map',

'celery.starmap']

[I 210430 08:45:06 mixins:229] Connected to redis://redis:6379/1

[W 210430 08:45:11 control:44] 'stats' inspect method failed

[W 210430 08:45:11 control:44] 'active_queues' inspect method failed

[W 210430 08:45:11 control:44] 'registered' inspect method failed

[W 210430 08:45:11 control:44] 'scheduled' inspect method failed

[W 210430 08:45:11 control:44] 'active' inspect method failed

[W 210430 08:45:11 control:44] 'reserved' inspect method failed

[W 210430 08:45:11 control:44] 'revoked' inspect method failed

[W 210430 08:45:11 control:44] 'conf' inspect method failed

The environment of my computer is as follows

  • docker: 20.10.5, build 55c4c88
  • redis image: 3.2.7
  • OS: 11.2.2 (20D80)

Can a good brother help me?

cjphaha avatar Apr 30 '21 09:04 cjphaha

This is very strange, because after I restarted the flower in docker, the flower returned to normal

cjphaha avatar Apr 30 '21 09:04 cjphaha