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

add proxy support to garbage collector #110

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

sofuture
Copy link
Contributor

@sofuture sofuture commented Jan 9, 2025

Changelog

Fix: Add HTTP proxy support to garbage collector

Docs

None

Description

Add HTTP proxying support to garbage collector cronjob.

Copy link
Contributor

@bryfox bryfox left a comment

Choose a reason for hiding this comment

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

I'm going to leave this for team fire to review.

These might be supported in Go, but from some quick searching, it looks like the rust library obeys NO_PROXY (docs) and not the others (some old discussion here). So may require some eng support as we migrate? I don't have much context for this, though.

@sofuture
Copy link
Contributor Author

sofuture commented Jan 9, 2025

This behavior already exists in the rest of the services, it was missing from garbage collector though. I have noted this for future compatibility.

Copy link
Contributor

@wimagguc wimagguc left a comment

Choose a reason for hiding this comment

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

These might be supported in Go, but from some quick searching, it looks like the rust library obeys NO_PROXY (docs) and not the others (some old discussion here). So may require some eng support as we migrate? I don't have much context for this, though.

My understanding is that it was missing from #106 which is already tested/used? So probably good to go.

@sofuture sofuture merged commit a0af4cd into main Jan 9, 2025
1 check passed
@sofuture sofuture deleted the jz/add-proxy-support-for-garbage-collector branch January 9, 2025 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants