bin/bluth in bluth-0.7.0 vs bin/bluth in bluth-0.7.2
- old
+ new
@@ -64,10 +64,11 @@
Bluth.env = obj.global.environment
end
#TODO: command :enqueue
+ #option :o, :ontheminute, "Start the worker precisely on the minute"
command :start_worker => Bluth::CLI
command :start_scheduler => Bluth::CLI
option :f, :force
command :stop_workers => Bluth::CLI
@@ -75,9 +76,10 @@
command :stop_worker => Bluth::CLI
option :f, :force
command :stop_scheduler => Bluth::CLI
about "Stop the oldest worker and start a new instance in its place."
+ #option :o, :ontheminute, "Start the worker precisely on the minute"
command :replace_worker => Bluth::CLI
command :workers => Bluth::CLI
command :schedulers => Bluth::CLI
\ No newline at end of file