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
Hello! In my case jobs will work about 2-3 hours or infinity, but i got timout...
Task for example:
(async({page,data: lobby})=>{console.log(`start lobby ...`);letstart;while(true){awaitpage.goto(lobby.url);if(page.url()!==lobby.url){console.log(`${Date()} > No events`);awaitnewPromise(res=>setTimeout(res,lobby.noEventsSeekTimeout));//5 seconds ... 1-3 hours}// some other work and return}})();
if possible, make please timeout: 0 in the ClusterOptions to unlimited loops... or some thing else...
The text was updated successfully, but these errors were encountered:
Hello! In my case jobs will work about 2-3 hours or infinity, but i got timout...
Task for example:
if possible, make please
timeout: 0
in theClusterOptions
to unlimited loops... or some thing else...The text was updated successfully, but these errors were encountered: