IPCRetryPolicy

IPCRetryPolicy

RetryPolicy which retries only crashed & timed out resources, default for IPCJob

Constructor

new IPCRetryPolicy()

Source:

Methods

errorIsRetriable(error) → {boolean}

Description:
  • Check if error is retryable

Source:
Parameters:
Name Type Description
error Error

error to check

Returns:

true if retryable

Type
boolean