Chris Vander Poel
Chris Vander Poel
Just wanted to chime in that I'm experiencing something similar. I have two spiders being executed from a single Laravel Command. Executing one (or the other) results in the StatsCollector...
> I understand why this happens in your case, @code-poel. Assuming your `handle` method looks something like this > > ``` > public function handle() > { > Roach::startSpider(MySpider1::class); >...
I'm encountering this as well. Database version: `SQLite` TablePlus version: `1.0.3 (238)` Linux distro): `Linux 5.15.133.1-microsoft-standard-WSL2 #1 x86_64 GNU/Linux` Steps to reproduce: Simply try and enter a license. The above...
I'm encountering this as well with Wrangler 3.0.1 as well.
Looks like the facade is not still binding to scheduled events? [service-bindings-module-facade.js](https://github.com/cloudflare/workers-sdk/blob/wrangler%403.0.1/packages/wrangler/templates/service-bindings-module-facade.js)
Just a note for people dealing with this who are totally blocked because their `scheduledEvent` worker needs data from another worker. You can work around this by making a `fetch`...
Seeing this issue with Wrangler 3 as well. Exact same issue and message that @FunPineapple described. Windows, WSL. `npx wrangler dev pages public` results in: ``` *** Fatal uncaught kj::Exception:...