-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Added IP_RANGES_FETCH_ENABLED environment variable #4398
base: develop
Are you sure you want to change the base?
Added IP_RANGES_FETCH_ENABLED environment variable #4398
Conversation
This change adds a new environment variable to control whether IP ranges are fetched during application startup. When set to 'false', the initial fetch will be skipped, which can: 1. Speed up application startup 2. Avoid connectivity issues in environments with restricted internet access 3. Prevent startup failures when CloudFront or CloudFlare services are unreachable
I tested the docker image: The log for setting the value of
When the value of
|
Docker Image for build 3 is available on Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes |
fixes #4186
fixes #3965
fixes #3157
fixes #3602
This change adds a new environment variable to control whether IP ranges are fetched during application startup. When set to 'false', the initial fetch will be skipped, which can: