Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for running deployment #79

Closed
janatzend opened this issue Nov 13, 2015 · 2 comments
Closed

Check for running deployment #79

janatzend opened this issue Nov 13, 2015 · 2 comments

Comments

@janatzend
Copy link

A deployment which is being started before another deployment has been finished, can cause an unpredictable behavior in Zend Server. It would be nice to have a flag for the 'deployment' command to check for running deployments before executing the actual deployment. If 'yes', just stop the process (block the deployment)

@slaff
Copy link
Contributor

slaff commented Nov 13, 2015

e57eac2 contains the initial changes for this feature request.
--safe will check if there is on-going deployment and if yes will exit with error
--safe in combination with --wait will play it safe and wait for the on-going to finish before starting the new deployment.

slaff pushed a commit that referenced this issue Nov 13, 2015
slaff pushed a commit that referenced this issue Nov 13, 2015
@slaff
Copy link
Contributor

slaff commented Nov 13, 2015

@janatzend Please, check if this is working for you and if yes, close the feature request.

@slaff slaff closed this as completed Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants