Today we’re announcing Database Integrations – making it seamless to connect to your database of choice on Workers. To start, we’ve added some of the most popular databases that support HTTP connections: Neon, PlanetScale and Supabase with more to come!
Hi all, what is your favorite service (preferably usage-based, no high monthly per user fees) to push logs to for multiple workers and external services to have them all in one place and searchable?
Was thinking to possibly use Google Cloud Logs but not sure how compatible it will be with non-google services
I've used Datadog before, it works well with logpush, but it's expensive. You can (through the API) create logpush jobs pushing to HTTP, and just parse out the format and push them anywhere
Ah as far as I understood it there's a difference between "Workers" Logpush and regular Logpush, which Workers Logpush is available to regular paid users
not any way I know of. I would check first if the response contains a CF-Cache-Status header. If it does, it's coming from your origin. X-Redirected-By is set by wordpress and some other apps to tell you if it redirected it
I wouldn't doubt it's possible somehow, the dashboard stores all of the tunnel configuration settings in json configuration just like the local one, and on every change the entire config is reuploaded.
Where is the tunnel configuration json stored somewhere (Linux)? Maybe I can try recovering it somehow. If I have to recreate all routes that I used to have then I'll be busy for a few hours
I think I am seeing the config after the old one vanished some how, let me see if I can find a configuration insert from back when my tunnels were still there