flat-fuchsia•2mo ago
Is it possible to save the state of the
Is it possible to save the state of the Actor run when it times out, just like for migration events. I do not want the run to start from the beginning if the user resurrects the run.
5 Replies
Sadly no, only defence is to store more often. Just make sure to set high default timeout
like-gold•2mo ago
Thank you.
Request queues solve the issue perfectly, but it is quite expensive.
@toludare just advanced to level 4! Thanks for your contributions! 🎉
Apify could support
timeouting
event, we are doing some ideation on making migrations simpler in SDK so it could be released together. But no promises yetlike-gold•2mo ago
Cool. It seems natural to have that as an option.