Skip to main content

ActorEventTypes

apify_shared.consts.ActorEventTypes

Possible values of actor event type.

Index

Enumeration Members

ABORTING

ABORTING: 'aborting'

Sent when the actor is aborting

MIGRATING

MIGRATING: 'migrating'

Sent when the actor is about to migrate

PERSIST_STATE

PERSIST_STATE: 'persistState'

Sent when the actor should persist its state (every minute or when migrating)

SYSTEM_INFO

SYSTEM_INFO: 'systemInfo'

Info about resource usage of the actor