Skip to main content

EventLoopSnapshot

Snapshot of the state of the event loop.

Index

Properties

created_at

created_at: datetime

delay

delay: timedelta

is_overloaded

is_overloaded: bool

Returns whether the event loop is considered as overloaded.

max_delay

max_delay: timedelta

max_delay_exceeded

max_delay_exceeded: timedelta

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