when I running a query such as ‘select * from users’, there has not result reture and alway show ‘Query in queue…’

Sounds like your worker process(es), which execute the queries, are not running.


like this,i dont know how to fix this problem!

could you give me some suggest?

Restart your celery worker. It works for me.

i used this command to restart
sudo supervisorctl restart all
but still get query in queue @peterpanmj

docker restart $(docker ps -f name=adhoc -q)
This is what I use. I restart the container named redash_adhoc_worker_l.

1 Like