Skip to content

Make in-process workers respect the selected bind address - #74

Merged
JamesWrigley merged 1 commit into
masterfrom
local-bind
Aug 18, 2026
Merged

Make in-process workers respect the selected bind address#74
JamesWrigley merged 1 commit into
masterfrom
local-bind

Conversation

@JamesWrigley

@JamesWrigley JamesWrigley commented Aug 16, 2026

Copy link
Copy Markdown
Collaborator

Previously they would call init_multi() in start_worker(), which would prioritize picking a non-loopback address.

Fixes #73.

@JamesWrigley JamesWrigley self-assigned this Aug 16, 2026
@JamesWrigley JamesWrigley added the bug Something isn't working label Aug 16, 2026
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 88.75%. Comparing base (50d15ab) to head (dbc5ea4).

Files with missing lines Patch % Lines
src/precompile.jl 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   88.78%   88.75%   -0.03%     
==========================================
  Files          13       13              
  Lines        2273     2277       +4     
==========================================
+ Hits         2018     2021       +3     
- Misses        255      256       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Previously they would call `init_multi()` in `start_worker()`, which would
prioritize picking a non-loopback address.
@JamesWrigley
JamesWrigley merged commit 5daab3f into master Aug 18, 2026
13 checks passed
@JamesWrigley
JamesWrigley deleted the local-bind branch August 18, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed to precompile DistributedNext

1 participant