webistrano icon indicating copy to clipboard operation
webistrano copied to clipboard

[Feature Request] Show time elapsed between each deployment command

Open tomfotherby opened this issue 15 years ago • 2 comments

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.

tomfotherby avatar Sep 24 '10 07:09 tomfotherby

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.

roidrage avatar Sep 24 '10 08:09 roidrage

@mattmatt - thanks matt, agreed.

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

tomfotherby avatar Sep 24 '10 09:09 tomfotherby