When Derek mentioned there were some performance issues, I started tracking the messages returned by the server and saw it mentioned database error on a few REQs. Do you know if when you built and deployed it manually had you enabled read replica support in D1? It also seemed to be edited a bit to support some new filters/tags? I see you’ve since switched to a different implementation now, that’s fine. In Cloudflare, you can add “members” that can view a particular project, but don’t have admin privs. If you’d like, I’d love to check the logs of the worker and the original config. Happy to help any way. Maybe there’s still some use for Nosflare in the future. Cheers 🤙
Login to reply
Replies (1)
The bottleneck seemed to be the D1 database. Replication was enabled. But how could sqlite ever possibly support such a high level of traffic? After a certain number of events were filled in it, it would slow down and eventually stop working (unless the D1 instance was nuked and restarted)