%3C%21-- Google Tag Manager --%3E %3C%21-- End Google Tag Manager --%3E

What are the different states of a deployment?

Beanstalk deployments can have the following statuses:

  • In Queue
  • Deploying
  • Successful
  • Failed
  • Bypassed

Deployment in queue

When you have initiated a deployment in your Beanstalk account, Beanstalk will pick it up, and put it in queue. Most of the time this is hardly noticed since deployments go through really quickly. If you see a deployment in queue for a bit, it may be because we’re doing a huge volume of deployments at the moment.

Deployment in queue

Deployment in progress

When files are being deployed to your server, it will be labeled as Deploying. As long as you see this state, files are being synchronized with your server. When the deployment is finished, the label will disappear.

Deployment in progress

Deployment was successful

Once a deployment finished successfully, we’ll remove the Deploying label. By clicking on the deployment, you will be able to see the release notes and details about the deployment.

Deployment was successful

Deployment failed

If we were unable to complete the entire deployment, you will see a Failed status. There could be many reasons why deployment would fail so we will link to the specific incident where you can find out more details on what happened. If you hover over the Failed label you can see short description on why the deployment could have failed.

Deployment failed

Deployment bypassed

If we didn’t deploy a specific revision for some reason, you’ll see a Bypassed label. There are a few reasons why this can happen. A deployment will be bypassed if a new deployment was created before it started deploying. It can also be bypassed if Beanstalk couldn’t find changes in the repository path you specified. Learn more about why deployments are Bypassed.

Deployment bypassed

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us