Skip to content

Commit 3571277

Browse files
committed
feat: Add event data to MIGRATING event
1 parent e56a53f commit 3571277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sources/platform/actors/development/programming_interface/system_events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table outlines the system events available:
3232
| Event name | Payload | Description |
3333
| -------------- | ------- | ----------- |
3434
| `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. |
3636
| `aborting` | N/A | Triggered when a user initiates a graceful abort of an Actor run, allowing time for cleanup. |
3737
| `persistState` | `{ isMigrating: Boolean }` | Emitted at regular intervals (default: _60 seconds_) to notify Apify SDK components to persist their state. |
3838

0 commit comments

Comments
 (0)