Method: Async::Runner::Command#container_options
- Defined in:
- lib/async/runner/command.rb
#container_options ⇒ Object
88 89 90 91 92 93 94 |
# File 'lib/async/runner/command.rb', line 88 def if [:container] == :hybrid .slice(:count, :forks, :threads, :name, :restart, :key) else .slice(:count, :name, :restart, :key) end end |