hmm, semaphore-as-a-service market opportunity
hmm, semaphore-as-a-service market opportunity
Error: Unabled to create new browser: code: 429: message: Too many browsers already runningwrangler dev --remote to test my code. Could it be the case that exiting out of that didn't shut down my DO alarm which is keeping my browser alive? Hm..A browser instance gets killed if it does not get any command for 60 seconds, freeing one instance.npm install with node 18 and it fails with "Cannot use import statement outside a module", even though, according to the GitHub Actions workflows, that is supposed to work fine..mts but that only moves the problem somwhere else.
"type": "module" to your package.json?extractData method is trying to use it?console.log(e.stack) after the "page on response error"import { Buffer } from 'buffer' would just worknode:buffer, have to specifically use it, ex import { Buffer } from 'node:buffer'.npm install. I checked that I had a compatible version of node set, but it still didn't work. async alarm() {
this.keptAliveInSeconds += 10;
// Extend browser DO life
if (this.keptAliveInSeconds < KEEP_BROWSER_ALIVE_IN_SECONDS) {