Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pipeline is so slow

İlker ÇATAK October 11, 2020

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: ''*****'

1 answer

0 votes
Raul Gomis
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 11, 2020

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

İlker ÇATAK October 11, 2020

Hi , It looks OK now. Thank you

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events