我要将“震 Task”任务的地位带入我的后台(例如,追踪或不运行)。
如果没有执行,我也希望开始这项艰巨的任务。 否则,我想宣布结束。
任何想法?
我要将“震 Task”任务的地位带入我的后台(例如,追踪或不运行)。
如果没有执行,我也希望开始这项艰巨的任务。 否则,我想宣布结束。
任何想法?
您可以看一看一等神论:。
基本上,我把 r忙的任务留给人民解放阵线,然后使用马尼特来看它是否运行。
https://gist.github.com/1003601#file_monitrc
You could also have a cronjob that runs a system command like ps -ef | grep my_rake_task
and see if anything turns up. This may or may not require less effort.
I m starting to use vlad for new deployments and am wondering what s the best way to set it up so I can use the same tasks for my local development and remote production servers? I thought about ...
I have a .NET project with a Rake build script. Rake calls msbuild.exe to do the actual compilation. When I configure a TeamCity 5.0 build using the Rake runner, compilation errors are not recognized ...
I installed Ruby on WinXP. Used rubyinstaller-1.8.6-p383-rc1.exe. Ran gem install rake Get error: Error installing rake: invalid gem format for C:/Ruby/lib/ruby/gems/1.8/cache/rake-0.8.7.gem I ...
(in /Users/sayedgamal/apps/test) /Users/sayedgamal/apps/test/config/boot.rb:20:Warning: Gem::SourceIndex#search support for String patterns is deprecated == CreatePeople: migrating ====================...
When I call mysqldump from a controller or model I need to fully path the binary, when I call it from Rake I don t need to. If I do not fully path I get a zero byte file... I can confirm both ...
I have ran gem install rails and am running 2.3.4 but i am missing some rake tasks like db and gems if i run rake -T i get the following tasks. How can i get all the others ? rake apache2 # ...
I am attempting to write a very simple rake task (and merge it into a rather large rake task) that will call the following command and pass in a randomly generated password. For the moment, let s even ...
I had read through a rails book and once found we can add # TODO: and some # stuff in codes, so we can you some rake cmd to look back. My problems is I can t find where are those "# stuff" ...