develocoD
Windmillโ€ข8mo agoโ€ข
95 replies
develoco

Workers show up in service logs, but not in the Workers UI

I have connected one native worker (ECS service) and one GPU worker (on-prem server, connected to VPN/VPC). I have added routing to my VPN config and can connect to the PG DB using pgAdmin and psql when ssh-ed into both of these machines. Docker logs for the worker containers show normal connection to PG instance and, most importantly, workers show in the service logs (attached screenshot).

The problem is the Workers screen shows 0 worker for all three worker groups (screenshot attached).

This is also preventing me to create a root admin user, since the Deno job which is (I assume) supposed to execute to do this doesn't find an available worker. I can see that my job queue has some jobs, probably reflecting the fact I tried to create the root user 3 times without success.

I am curious are there any additional ports I need to open except 5432? If not, how can I further debug the issue? Thanks!
image.png
image.png
Was this page helpful?