Class: AWS::Flow::WorkerDefaults

Inherits:
Defaults
  • Object
show all
Defined in:
lib/aws/decider/options.rb

Overview

Defaults for the WorkerOptions class.

Instance Method Summary collapse

Methods inherited from Defaults

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AWS::Flow::Defaults

Instance Method Details

#use_forkingBoolean

Whether to use Ruby’s fork for launching new workers. The default is true. On Windows, you should override this default value and set use_forking to false.

Returns:

  • (Boolean)

    Returns true.



125
# File 'lib/aws/decider/options.rb', line 125

def use_forking; true; end