-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't working.Something isn't working.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Milestone
Description
Originally reported in https://apify.slack.com/archives/CGZSN9DQC/p1715957828029029.
The user spawned an asyncio task in the actor. When the actor finished (reached the end of the Actor
context manager block), it didn't clean up the task and the container was left there hanging.
We should either cancel all tasks when the actor is exitting or just trigger a sys.exit
after a certain timeout.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.