Skip to main content

Invocation Retry Messages

Event codes indicating whether an invocation is an initial attempt or a retry.


Overview

CodeMessageDescription
IRE001InitialThis is the initial execution attempt, not a retry.
IRE002RetryThe invocation is being retried after a previous failure.

Event Code Details

IRE001

Message

Initial

Description

This is the initial execution attempt, not a retry.

Root Cause

  • The invocation is being executed for the first time.

Resolution

  1. No action required.

IRE002

Message

Retry

Description

The invocation is being retried after a previous failure.

Root Cause

  • A previous execution attempt failed and the system is attempting again.
  • The retry policy configured for the function triggered a re-execution.

Resolution

  1. Review the error events from the previous attempt to understand the root cause.
  2. If retries continue to fail, investigate the function code and configuration.