Greg Lindahl
Greg Lindahl
I see this problem, and attempted to enable WAL as a fix. I'm not having much luck. I don't expect you folks to debug my personal setup (I'm using sqlite...
I've managed to solve my personal problem with sqlite as a data source -- I was trying to use sqlite WAL (write ahead log), but my not-grafana process that was...
https://github.com/mattn/go-sqlite3#connection-string describes a way to set PRAGMA busy_timeout, has anyone tried it? Configuration -> Data sources -> pick a sqlite data source -> path options _busy_timeout=1000
... I tried it and it seems that I still get an occasional SQLITE_BUSY. Correctly using SQLITE WAL was definitely an improvement. Adding the connection-string doesn't seem to have made...
Yeah, with only 10 people viewing my dashboards the SQLITE_BUSY thing happens every few minutes, despite my try with a connection string. You might recognize the project I'm working on:...
No joy with a "connect string" -- I set it to `_busy_timeout=100` and when I open up an Explore window in Grafana and type in the query `PRAGMA busy_timeout;` I...
There's probably an error message in the thing that starts with "\\n" ... which, btw, is visible in the github email and not above because you didn't quote the \
Well, if the error message wasn't informative, then perhaps it's worth watching with the Tesla app at the same time you're making this call. If the app continues working, then...
This is a good idea, but as you can see from the other issues opened by @sebastian-nagel , we're short on engineering resources for news crawl work.
In theory all of the code needed to make WETs is public from us, but unfortunately we have limited Sebastian time, and I am not so good at Java! If...