File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sources/platform/actors/development/builds_and_runs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ For improved Actor performance consider [caching repeated page data](/academy/ex
131131
132132## Speeding up migrations
133133
134- Once your Actor receives the ` migrating ` event, in under a minute, the Apify platform will shut it down and restart it on a new server.
135- If you want to speed this process up, once you have persisted the Actor state,
136- you can reboot the Actor manually in the ` migrating ` event handler using the ` Actor.reboot() ` method
134+ Once your Actor receives the ` migrating ` event, the Apify platform will shut it down and restart it on a new server within one minute .
135+ To speed this process up, once you have persisted the Actor state,
136+ you can manually reboot the Actor in the ` migrating ` event handler using the ` Actor.reboot() ` method
137137available in the [ Apify SDK for JavaScript] ( /sdk/js/reference/class/Actor#reboot ) or [ Apify SDK for Python] ( /sdk/python/reference/class/Actor#reboot ) .
138138
139139<Tabs groupId =" main " >
You can’t perform that action at this time.
0 commit comments