Skip to content

Commit

Permalink
feat: Add event data to MIGRATING event
Browse files Browse the repository at this point in the history
  • Loading branch information
fnesveda committed Jan 29, 2025
1 parent e56a53f commit 3571277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following table outlines the system events available:
| Event name | Payload | Description |
| -------------- | ------- | ----------- |
| `cpuInfo` | `{ isCpuOverloaded: Boolean }` | Emitted approximately every second, indicating whether the Actor is using maximum available CPU resources. |
| `migrating` | N/A | Signals that the Actor will soon migrate to another worker server on the Apify platform. |
| `migrating` | `{ timeRemainingSecs: Float }` | Signals that the Actor will soon migrate to another worker server on the Apify platform. |
| `aborting` | N/A | Triggered when a user initiates a graceful abort of an Actor run, allowing time for cleanup. |
| `persistState` | `{ isMigrating: Boolean }` | Emitted at regular intervals (default: _60 seconds_) to notify Apify SDK components to persist their state. |

Expand Down

0 comments on commit 3571277

Please sign in to comment.