-
-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Description
Here is what I did on the same workstation (W11)
- Started the server via:
dagu server --host 192.168.47.1 --port 8080 - Started the scheduler via:
dagu scheduler - Started the coordinator via:
dagu coordinator --coordinator.host 192.168.47.1 --coordinator.port 50055
On a Linux VM (Manjaro) at 192.168.47.3
With the environment variables defined as follows:
export DAGU_COORDINATOR_HOST=192.168.47.1
export DAGU_COORDINATOR_PORT=50055
I launch the worker via dagu worker --worker.labels role=postgres
and I always get the same error: ERROR msg="Failed to send heartbeat" worker_id=manjaro-virtualbox@36147 err="no coordinators available"
The worker does not seem to instantiate a network connection to my workstation (W11)
Can workers register with the registry via IP?
Are workers based only on a file registry system?
Many thanks
Metadata
Metadata
Assignees
Labels
No labels