Our pipeline suddenly became so slow. We are running with same configuration but it takes 20 minutes if succeed. Just before it was taking 3 minutes.
image: node:10.16.3
clone:
depth: 6
pipelines:
branches:
master:
- step:
caches:
- node
script: # Modify the commands below to build your repository
- yarn install --ignore-engines --network-cocurrency 1 --verbose
- yarn build --verbose
- apt-get update
- apt-get install zip
- zip -r deploy.zip dist/*
- pipe: atlassian/aws-elasticbeanstalk-deploy:0.2.9
variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION: ''*****'
APPLICATION_NAME: '*****'
ENVIRONMENT_NAME: ''*****'
# APPLICATION_NAME: ''*****'
# ENVIRONMENT_NAME: ''*****'
ZIP_FILE: './deploy.zip'
S3_BUCKET: ''*****'
Hi @İlker ÇATAK ,
Sorry for the inconvenience caused. We had an incident related to an increase of traffic within Pipelines which caused intermittent degradation of CPU and networking performance for some builds: https://bitbucket.status.atlassian.com/ It should be solved now.
Regards,
Raul
Hi , It looks OK now. Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.