crawler process not exiting after teardown is called.
await crawler.teardown() after some condition is met, Issue with this approach is that the crawlee process hangs indefinitely and doesn't exit even after a while. I have to force stop it using CTRL + C, on searching github, it looks like its an issue with some timeouts but I havent set one anywhere.
here's how I am initializing my crawler:
and I have a playwright config where I have set the default timeout
