Skip to content

Commit

Permalink
fix(ui + core): added port & managementPort to WorkerInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Aug 1, 2023
1 parent 71fc010 commit 7c8a509
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/io/kestra/core/runners/WorkerInstance.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public class WorkerInstance {

@NotNull
private String hostname;
private Integer port;
private Integer managementPort;

private String workerGroup;

Expand Down

0 comments on commit 7c8a509

Please sign in to comment.