apify / apify-sdk-python

The Apify SDK for Python is the official library for creating Apify Actors in Python. It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.
https://docs.apify.com/sdk/python
Apache License 2.0
115 stars 11 forks source link

fix: Set a timeout for Actor cleanup #206

Closed janbuchar closed 3 months ago

janbuchar commented 3 months ago

I could not find the actual reason why the linked run got stuck, but this should make the Actor cleanup more robust as a whole.

B4nan commented 3 months ago

please release this to stable afterwards