Type Alias ReadableFederationState

ReadableFederationState: {
    fail_count: number;
    instance_id: InstanceId;
    last_retry?: string;
    last_successful_id?: ActivityId;
    last_successful_published_time?: string;
    next_retry?: string;
}

Type declaration

  • fail_count: number

    how many failed attempts have been made to send the next activity

  • instance_id: InstanceId
  • Optionallast_retry?: string

    timestamp of the last retry attempt (when the last failing activity was resent)

  • Optionallast_successful_id?: ActivityId

    the last successfully sent activity id

  • Optionallast_successful_published_time?: string
  • Optionalnext_retry?: string

    timestamp of the next retry attempt (null if fail count is 0)