Sha256: 6df013ee3f9d4199785d122b38af302aacef858b886713d3ce651091edf48c87

Contents?: true

Size: 232 Bytes

Versions: 10

Compression:

Stored size: 232 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8

WorkflowManager.configure do |config|
  config.log_dir = 'logs'
  config.db_dir = 'dbs'
  config.interval = 30
  config.resubmit = 0
  config.cluster = LocalComputer.new('local_computer')
end

Version data entries

10 entries across 9 versions & 1 rubygems

Version Path
workflow_manager-0.1.7 config/environments/production.rb
workflow_manager-0.1.2 config/environments/production.rb
workflow_manager-0.1.1 config/environments/production.rb
workflow_manager-0.1.0 config/environments/production.rb
workflow_manager-0.0.9 config/environments/production.rb
workflow_manager-0.0.8 config/environments/production.rb
workflow_manager-0.0.7 config/environments/production.rb
workflow_manager-0.0.6 config/environments/production.rb
workflow_manager-0.0.5 config/environments/development.rb
workflow_manager-0.0.5 config/environments/production.rb