Skip to main content

ClientSnapshot

crawlee._autoscaling.types.ClientSnapshot

Snapshot of the state of the client.

Args: error_count: The number of errors (HTTP 429) that occurred. max_error_count: The maximum number of errors that is considered acceptable. created_at: The time at which the measurement was taken.

Index

Errors

error_count

error_count: int

max_error_count

max_error_count: int

Properties

created_at

created_at: datetime

is_overloaded

is_overloaded: bool

Returns whether the client is considered as overloaded.