webistrano
webistrano copied to clipboard
[Feature Request] Show time elapsed between each deployment command
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.
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.
@mattmatt - thanks matt, agreed.
As a workaround, it is easy to put run "date" in the deployment recipe to output timings in the log.