Merge pull request #478 from getmaxun/remote-resize

Feat: Resized Browser
This commit is contained in:
Karishma Shukla
2025-03-18 19:58:58 +05:30
committed by GitHub
14 changed files with 395 additions and 196 deletions

View File

@@ -47,7 +47,7 @@ interface ExecuteRunData {
browserId: string;
}
const pgBoss = new PgBoss({connectionString: pgBossConnectionString, schema: 'public'});
const pgBoss = new PgBoss({connectionString: pgBossConnectionString });
/**
* Extract data safely from a job (single job or job array)