We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc3d31 commit ad882f5Copy full SHA for ad882f5
docs/03-concepts/04-actor-events.mdx
@@ -40,6 +40,8 @@ During its runtime, the Actor receives Actor events sent by the Apify platform o
40
{' '}to another worker server soon.</p>
41
You can use it to persist the state of the Actor so that once it is executed again on the new server,
42
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.
45
</td>
46
</tr>
47
<tr>
0 commit comments