lib/gush/cli.rb in gush-1.0.0 vs lib/gush/cli.rb in gush-1.1.0

- old
+ new

@@ -14,9 +14,10 @@ Gush.configure do |config| config.gushfile = options.fetch("gushfile", config.gushfile) config.concurrency = options.fetch("concurrency", config.concurrency) config.redis_url = options.fetch("redis", config.redis_url) config.namespace = options.fetch("namespace", config.namespace) + config.ttl = options.fetch("ttl", config.ttl) end load_gushfile end desc "create [WorkflowClass]", "Registers new workflow"