Skip to main content

EventLoopSnapshot

Snapshot of the state of the event loop.

Index

Properties

created_at

created_at: datetime

The time at which the system load information was measured.

delay

delay: timedelta

The current delay of the event loop.

is_overloaded

is_overloaded: bool

Indicate whether the event loop is considered as overloaded.

max_delay

max_delay: timedelta

The maximum delay that is considered acceptable.

max_delay_exceeded

max_delay_exceeded: timedelta

The amount of time by which the delay exceeds the maximum delay.