Skip to content

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

Open
JamesWrigley wants to merge 1 commit into
masterfrom
local-bind
Open

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

Conversation

@JamesWrigley

Copy link
Copy Markdown
Collaborator

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

Previously they would call `init_multi()` in `start_worker()`, which would
prioritize picking a non-loopback address.
@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 (8f6072e).

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.

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.

1 participant