Skip to content

Distributed execution #1367

@abylon-io

Description

@abylon-io

Here is what I did on the same workstation (W11)

  1. Started the server via: dagu server --host 192.168.47.1 --port 8080
  2. Started the scheduler via: dagu scheduler
  3. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions