capistrano / rails

Official Ruby on Rails specific tasks for Capistrano
http://www.capistranorb.com/
MIT License
867 stars 270 forks source link

un-sequence master.key upload task, see #231 #261

Closed gurgeous closed 1 year ago

gurgeous commented 1 year ago

Summary

Using sequence and wait adds a ten second delay when talking to each server. 10 servers = 100 seconds added to each deploy. This will save gajillions of seconds for capistrano enthusiasts everywhere.

Other Information

Thanks for all your hard work guys!

mattbrictson commented 1 year ago

Nice find! Thanks @brendon for the original contribution and @gurgeous for the improvement. 🙌