Skip to main content

RequestProcessingRecord

crawlee.statistics._statistics.RequestProcessingRecord

Tracks information about the processing of a request.

Index

Constructors

Methods

Properties

Constructors

__init__

  • __init__(): None
  • Returns None

Methods

finish

  • finish(): timedelta
  • Mark the job as finished.


    Returns timedelta

run

  • run(): int
  • Mark the job as started.


    Returns int

Properties

retry_count

retry_count: int

Number of times the job has been retried.