Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler: set broadcast address to localhost:50006 in selfhosted #1480

Open
wants to merge 1 commit into
base: release-1.15
Choose a base branch
from

Conversation

JoshVanL
Copy link
Contributor

Requires dapr/dapr#8416 & v1.15.0-rc.6

@JoshVanL JoshVanL requested review from a team as code owners January 25, 2025 01:48
@@ -696,6 +700,17 @@ func runSchedulerService(wg *sync.WaitGroup, errorChan chan<- error, info initIn
errorChan <- nil
}

func schedulerOverrideHostPort(info initInfo) bool {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a version check to allow this for runtime versions edge and dev?
It would be very useful during local development.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants