Skip to content

Commit 0aff690

Browse files
mstephen19mnmkng
andauthored
Update content/academy/expert_scraping_with_apify/solutions/handling_migrations.md
Co-authored-by: Ondra Urban <[email protected]>
1 parent 2333d14 commit 0aff690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/expert_scraping_with_apify/solutions/handling_migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ That's everything! Now, even if the actor migrates (or is gracefully aborted the
232232

233233
**A:** After aborting or throwing an error mid-process, it manages to start back from where it was upon resurrection.
234234

235-
**Q: Why don't you (usually) need to add any special migration handling code for a standard crawling/scraping actor? Are there any features in the Crawlee/Apify SDK that handle this under the hood?**
235+
**Q: Why don't you (usually) need to add any special migration handling code for a standard crawling/scraping actor? Are there any features in Crawlee or Apify SDK that handle this under the hood?**
236236

237237
**A:** Because Apify SDK handles all of the migration handling code for us. If you want to add custom migration-handling code, you can use `Actor.events` to listen for the `migrating` or `persistState` events to save the current state in key-value store (or elsewhere).
238238

0 commit comments

Comments
 (0)