Skip to content
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

Unhealthy worker in Portainer #23042

Closed
radaniba opened this issue Feb 9, 2023 · 1 comment · Fixed by #23587
Closed

Unhealthy worker in Portainer #23042

radaniba opened this issue Feb 9, 2023 · 1 comment · Fixed by #23587
Labels
#bug Bug report

Comments

@radaniba
Copy link

radaniba commented Feb 9, 2023

Hi everyone,
I apologize in advance if posting here, it is not technically a bug but rather an improvement to do for the superset-worker container.
In Portainer, the containers comes up as unhealthy
The root cause is this

You are using `-A` as an option of the inspect sub-command: celery inspect -A celeryapp <...> The support for this usage was removed in Celery 5.0. Instead you should use `-A` as a global option: celery -A celeryapp inspect <...> Usage: celery inspect [OPTIONS] {report|conf|query_task|clock|ping|stats|sched uled|reserved|active|revoked|registered|objgraph|memsamp le|memdump|active_queues} Try 'celery inspect --help' for help. Error: No such option: -A 

Best,
Rad

@radaniba radaniba added the #bug Bug report label Feb 9, 2023
@sfirke
Copy link
Member

sfirke commented Feb 9, 2023

What version of Superset is this? I see there was recently a PR to fix healthchecks: #22663

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants