Skip to content

Commit

Permalink
Fix passing field through ExecutorAPI
Browse files Browse the repository at this point in the history
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
  • Loading branch information
JamesMurkin committed Jun 19, 2024
1 parent 6f37311 commit 51c6d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/scheduler/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func NewExecutorApi(producer pulsar.Producer,
jobRepository: jobRepository,
executorRepository: executorRepository,
allowedPriorities: allowedPriorities,
maxEventsPerPulsarMessage: maxEventsPerPulsarMessage,
maxPulsarMessageSizeBytes: maxPulsarMessageSizeBytes,
nodeIdLabel: nodeIdLabel,
priorityClassNameOverride: priorityClassNameOverride,
Expand Down

0 comments on commit 51c6d84

Please sign in to comment.