Invocation Retry Messages
Event codes indicating whether an invocation is an initial attempt or a retry.
Overview
| Code | Message | Description |
|---|---|---|
IRE001 | 初期化 | This is the initial execution attempt, not a retry. |
IRE002 | リトライ | The invocation is being retried after a previous failure. |
Event Code Details
IRE001
Message
初期化
Description
This is the initial execution attempt, not a retry.
Root Cause
- The invocation is being executed for the first time.
Resolution
- No action required.
IRE002
Message
リトライ
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
- Review the error events from the previous attempt to understand the root cause.
- If retries continue to fail, investigate the function code and configuration.