You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By reading your README and phantom documentation, I don't really understand how concurrency is handled and what are the best practices.
I have observed that creating several phantom instances (more than 5) in parallel tend to make phantom crash randomly sooner or later with that kind of error (page is not opened at all) : HeadlessError: Phantom Process died. Some times, phantom hangs indefinitely too.
So I'm wondering what would be phantom limitations in term of concurrency ? And what would be the best way to manage concurrent phantoms ? I don't find many literature about this topic on the net.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
By reading your README and phantom documentation, I don't really understand how concurrency is handled and what are the best practices.
I have observed that creating several phantom instances (more than 5) in parallel tend to make phantom crash randomly sooner or later with that kind of error (page is not opened at all) :
HeadlessError: Phantom Process died
. Some times, phantom hangs indefinitely too.So I'm wondering what would be phantom limitations in term of concurrency ? And what would be the best way to manage concurrent phantoms ? I don't find many literature about this topic on the net.
Thanks.
The text was updated successfully, but these errors were encountered: