State
|
Description
|
||
---|---|---|---|
Pending Retry
|
The delivery target is in the pending retry state when it waits for the server to start the retry. If the auto retry settings (Interval or Window) have been applied for the deployment, the delivery target will wait in the pending retry state until the next auto retry time has been reached. Below are some examples to understand the behavior:
1. Interval: 30 min
Window: 10:00 — 18:00
Days: Monday, Tuesday
If the delivery target fails on Monday at 09:00, the next auto retry will be attempted on Monday at 10:00.
2. Interval: 30 min
Window: 10:00 – 18:00
Days: Monday, Tuesday
If the delivery target fails on Monday at 13:00, the next auto retry will be attempted on Monday at 13:30
3. Interval: 30 min
Window: 10:00 — 18:00
Days: Monday, Tuesday
If the delivery target fails on Monday at 19:00, the next auto retry will be attempted on Tuesday at 10:00.
|
||
Retrying
|
The “retrying” state indicates that the server is retrying the deployment.
During a successful retry, the deployment of a package goes from the “retrying” state to the “completed” state.
If there is a failed retry, the transition to another state depends on the state during which the process failed. Consider the following scenarios:
• For a file-based package, during the “notifying” state, if the edge device does not respond for a specified time period, the deployment transitions directly to the “aborted” state. If the notification fails for any other reason, the deployment transitions to the “failed” state.
• For a file-based package, during the “downloading” state, if the download times out or is interrupted by a network event and the download fails, the deployment transitions to the “failed” or “aborted” state.
|