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`. See AWS::Flow::WorkerOptions for more information.

Returns:

  • (Boolean)

    Returns ‘true`.



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

def use_forking; true; end