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

[Feature Request] Show time elapsed between each deployment command #14

Open
tomfotherby opened this issue Sep 24, 2010 · 2 comments
Open

Comments

@tomfotherby
Copy link
Contributor

It would be nice if Webistrano showed the time elapsed between each command executed as part of the deployment recipe.

Use Case: Bob notices that deployments are taking longer than usual. He goes to the deployment log page in Webistrano. There are no timings so he can't see which command its taking the longest to execute.

@roidrage
Copy link
Collaborator

This is not really something that's in the hands of Webistrano. What you're asking for is something that should be implemented in Capistrano directly, maybe through an option which Webistrano then could set accordingly.

@tomfotherby
Copy link
Contributor Author

@mattmatt - thanks matt, agreed.

As a workaround, it is easy to put run "date" in the deployment recipe to output timings in the log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants