Re: [capistrano] Cron job replacement

2013-03-01 Thread Donovan Bray
I don't use cap/Jenkins for this but I do use it to do deploys. I prefer using resque or delayed_jobs for Ruby apps. I'm sure other languages have similar async frameworks. On Mar 1, 2013, at 12:24 PM, Serdar Sahin wrote: > Hi, > > We have number of long running cron jobs and need to execut

Re: [capistrano] Cron job replacement

2013-03-01 Thread Lee Hambley
Unless Capistrano is a key piece of what you are trying to do, you might be better off with a lower level tool: https://github.com/wacku/sshkit will more than likely be the backend for the next major release of Cap, and can be scripted in a more familiar way (read, you won't have to jump hoops to m

[capistrano] Cron job replacement

2013-03-01 Thread Serdar Sahin
Hi, We have number of long running cron jobs and need to execute these jobs locally in the server, as our LB timeouts them. For other jobs we use HTTP based jobs and manage them in the jenkins. Since we also want to manage these jobs in the Jenkins for debugging and management purposes and pro

Re: [capistrano] Abort capistrano deploy if no puppet exists

2013-03-01 Thread Peter M Souter
It's a weird edge case with what I'm doing, as it's an extension of capistrano, it downloads puppet manifests to the remote server then runs them. I'll add a before step as recomended by dbray! Thanks On Friday, 1 March 2013 03:46:14 UTC, dbray wrote: > > That actually only works if you have on