The community member is developing a Playwright scraper and is facing an issue where the terminal gets stuck after the scraper finishes with the URLs, until they press Ctrl+C. A comment suggests that the community member should run the actor as apify run -p to address the issue, but there is no explicitly marked answer.
I developing a playwright scraper to do some basic stuffs, after it finish with the urls, it doesn't stop, like my terminal get stuck until I press CTRL + C. Any flag I should enable?