RocketDerp
RocketDerp
Regarding code comment: "/// This means that retries will not be kept around but fail after the first retry" Should this say "but fail after the first try"?
ok, thank you. I suggest that the whole pattern of tuning retries go into a config/ But ultimately we are gong to be at the mercy of the big popular...
It uses PosgreSQL replication features to follow the logs and determine when cached content needs updated. This approach requires the least amount of surgery to Lemmy's Rust code, like you...
discussion with developers of ReadySet here: https://github.com/readysettech/readyset/discussions/112 looks like I was wrong/confused, ReadySet will interface with the primary postgress database and the differing credentials are explained.
My server is logging a lot of "data did not match any variant of untagged enum AnnouncableActivities" with 0.18.1rc4 - and I think it's coming from other Lemmy servers. I...
> reports usage.users.total as (what I assume to be) the number of discovered users, not the number of local users. My server is doing as described, reporting the size of...
In the week that has passed, I've updated my server, and now it is correctly reporting the local number (9). {"version":"2.0","software":{"name":"lemmy","version":"0.18.1-rc.9-10-g45b1a0d4f"},"protocols":["activitypub"],"usage":{"users":{"total":9,"activeHalfyear":3,"activeMonth":3},"localPosts":15,"localComments":36},"openRegistrations":false}
The project is really busy dealing with data distribution problems and version upgrades/release candidate. They generally have asked that you don't use this issue for instance install problems. Your specific...
Simple example, first query returns an empty comment list in JSON format. The second example returns a string "Query deserialize error: unknown variant `Test`, expected one of `All`, `Local`, `Subscribed`"...
From a user-interface side, this is what is happening, the toast messages on the bottom left of the browser window show it can't parse the non-JSON errors and doesn't actually...