Skip to content

Commit 66275c2

Browse files
authored
Merge branch 'master' into feat/langflow-integration
2 parents ed57fa6 + 3571277 commit 66275c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/development/programming_interface/system_events.md

Lines changed: 1 addition & 1 deletion
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)