+5
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
When adding gunicorn workers or restarting workers the new workers need to load up the current toolbox, as it may have changed from when the master process became ready. To test this, start gunicorn with `--preload` and `--max-requests 50`. After the instance has booted change the tool version in a single tool. The tool watcher will pick this up and you get the new tool version. Now trigger the worker replacement by making 50 requests. Without this commit you would get the old version.