RetryLater
Job status
Connecting or Disconnected
Depends on if the previous session was connected or disconnected
RetryLater
indicates that the session could not proceed due to a temporary issue on the provider’s side. This may include server unavailability, unexpected website errors, or blocked traffic. The failure is not due to user input or credentials.
Implications:
- The session fails temporarily and is considered incomplete.
- No data is retrieved.
- This is a non-terminal advisory status—a future attempt may succeed without any user changes.
Expected Developer Action:
- Do not treat this as a hard failure. Instead, schedule a retry after a short interval (e.g., 15–30 minutes).
- Avoid showing alarming error messages to users.
- Optionally log the issue for monitoring provider reliability or surfacing trends over time.
Possible Previous Statuses:
- any status could transition to
RetryLater
Possible Next Statuses:
- None
Updated 8 days ago