All Submissions you make to Magento Inc. (“Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, sublicense and distribute any feedback, ideas, code, or other information (“Submission") you submit through GitHub. (2) Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above. (3) You agree to the Contributor License Agreement found here: https://github.com/magento/magento2/blob/master/CONTRIBUTOR_LICENSE_AGREEMENT.html
Open Software License 3.0
117
stars
83
forks
source link
MCLOUD-5563: Add information about warm-up concurrency into log #773
Cloud.log should have information about this used concurrency
Release notes
Updated the cloud.log to include the concurrent request limit for sending requests during cache warmup. This value is configured in in the WARM_UP_CONCURRENCY post-deploy variable.
Associated documentation updates
Add link to Magento DevDocs PR or Issue, if needed.
Contribution checklist
[ ] Pull request has a meaningful description of its purpose
[ ] Pull request introduces user-facing changes and includes meaningful updates for any required release notes and documentation changes
[ ] All commits are accompanied by meaningful commit messages
[ ] All new or changed code is covered with unit/integration tests (if applicable)
[ ] All automated tests passed successfully (all builds on Travis CI are green)
Hi @NadiyaS, thank you for your contribution! Please, complete Contribution Survey, it will take less than a minute. Your feedback will help us to improve contribution process.
Description
Add information in cloud.log about concurrency which is set in WARM_UP_CONCURRENCY configuration
Fixed Issues (if relevant)
Manual testing scenarios
Release notes
Updated the cloud.log to include the concurrent request limit for sending requests during cache warmup. This value is configured in in the WARM_UP_CONCURRENCY post-deploy variable.
Associated documentation updates
Add link to Magento DevDocs PR or Issue, if needed.
Contribution checklist