Can I set a fixed delay time? time.sleep doesn't work, and screenshots occasionally hang blocking tasks
Can I set a fixed delay time? Because the vue page has not rendered the code yet and the screenshot is taken.
I have the same issue. How did you solve this @zzy-life ?
I have the same issue. How did you solve this @zzy-life ?
I haven't found a solution. Setting --virtual-time-budget=10000 doesn't seem to work.
I have no solution yet. But thanks for bringing up this option!
A workaround might be to add a manual time.sleep(10) command in your python script
I have no solution yet. But thanks for bringing up this option! A workaround might be to add a manual
time.sleep(10)command in your python script
This doesn't seem to work. I have ten tasks, and using time.sleep doesn't allow each task to have a 10s interval.
I have no solution yet. But thanks for bringing up this option! A workaround might be to add a manual
time.sleep(10)command in your python script
And in practice, the screenshot task occasionally hangs and gets blocked, probably because my server configuration is too low: 2 cores 2g