class AWS::Flow::WorkerDefaults

Defaults for the {WorkerOptions} class.

Public Instance Methods

use_forking() click to toggle source

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 {WorkerOptions} for more information.

@return [Boolean]

Returns `true`.
# File lib/aws/decider/options.rb, line 127
def use_forking; true; end