Skip to content

Commit ad882f5

Browse files
committed
chore: Improve docs
1 parent 1cc3d31 commit ad882f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/03-concepts/04-actor-events.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ During its runtime, the Actor receives Actor events sent by the Apify platform o
4040
{' '}to another worker server soon.</p>
4141
You can use it to persist the state of the Actor so that once it is executed again on the new server,
4242
it doesn't have to start over from the beginning.
43+
Once you have persisted the state of your Actor, you can call <a href="../../reference/class/Actor#reboot"><code>Actor.reboot()</code></a>
44+
to reboot the Actor and trigger the migration immediately, to speed up the process.
4345
</td>
4446
</tr>
4547
<tr>

0 commit comments

Comments
 (0)