You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/development/programming_interface/system_events.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following table outlines the system events available:
32
32
| Event name | Payload | Description |
33
33
| -------------- | ------- | ----------- |
34
34
|`cpuInfo`|`{ isCpuOverloaded: Boolean }`| Emitted approximately every second, indicating whether the Actor is using maximum available CPU resources. |
35
-
|`migrating`|N/A| Signals that the Actor will soon migrate to another worker server on the Apify platform. |
35
+
|`migrating`|`{ timeRemainingSecs: Float }`| Signals that the Actor will soon migrate to another worker server on the Apify platform. |
36
36
|`aborting`| N/A | Triggered when a user initiates a graceful abort of an Actor run, allowing time for cleanup. |
37
37
|`persistState`|`{ isMigrating: Boolean }`| Emitted at regular intervals (default: _60 seconds_) to notify Apify SDK components to persist their state. |
0 commit comments