-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: run on_upstream_http_request
hook in federation source
#440
Conversation
🚨 Rust Panic Audit: 87 Potential Panic Points Detected 🚨Crate:
|
🐋 This PR was built and pushed to the following Docker images: Docker Bake metadata{
"conductor": {
"containerimage.config.digest": "sha256:3f92bd76fa088714a0c5a2c3889f50dc7f4e6c3faf928513b27cb5860165c257",
"containerimage.descriptor": {
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"digest": "sha256:850bb01f800896373c8836bd92a62050ec9d43565b51e1b36fdf9ff2b8f399dc",
"size": 902,
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
"containerimage.digest": "sha256:850bb01f800896373c8836bd92a62050ec9d43565b51e1b36fdf9ff2b8f399dc",
"image.name": "ghcr.io/the-guild-org/conductor/conductor:6aa851d3ba3d0cb4853dfab152c2d23605afc4c1"
}
} |
✅ Benchmark Results
|
67c7bb5
to
2537e67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also make sure to call on_upstream_http_response
on every response.
Also, some clippy notes :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(see above)
closes #432