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

[PR #5608/fd6c3977 backport][3.55] Bump Dynaconf UB to <3.3.0 #5609

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Jul 19, 2024

This is a backport of PR #5608 as merged into main (fd6c397).

Reason: 3.2.6 comes with important performance fix.

[noissue]

The problem was only observed if the application enabled Access Hooks (enabled on galaxy_ng to alter hostname settings upon access)

Before

$ time curl -s http://localhost:5001/api/galaxy/v3/openapi.json 2>&1 > /dev/null

real    0m41.374s
user    0m0.012s
sys     0m0.008s

After

$ time curl -s http://localhost:5001/api/galaxy/v3/openapi.json 2>&1 > /dev/null

real	0m2.969s
user	0m0.003s
sys	0m0.006s

Reason: 3.2.6 comes with important performance fix.

[noissue]

(cherry picked from commit fd6c397)
@patchback patchback bot mentioned this pull request Jul 19, 2024
@ggainey ggainey merged commit 854123a into 3.55 Jul 19, 2024
15 checks passed
@ggainey ggainey deleted the patchback/backports/3.55/fd6c397783b84c584fd53cb35ce45e0ab3a3f64d/pr-5608 branch July 19, 2024 19:11
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