You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Best,
Rad
The text was updated successfully, but these errors were encountered: