Renaud Chaput
Renaud Chaput
> Same for me although slightly different error:- > > ``` > [Privacy Manifest Aggregation] Appending aggregated reasons to existing PrivacyInfo.xcprivacy file. > [Privacy Manifest Aggregation] Reading .xcprivacy files to...
Do we need anything here before merging it, as the 4.3 beta has been released?
@nileane could you open a PR in the Mastodon repo to add such a class (or another attribute, I dont know). I think it could make sense to have it
I do not think this is needed, Mastodon already sets the pool size to the Sidekiq concurrency: https://github.com/mastodon/mastodon/blob/main/config/database.yml#L3
Ha, this is unfortunate. Why dont we remove `DB_POOL` from the configmap rather than overriding it there? It should always have the correct value according to our `database.yml`, I am...
Hi, In the general case, if you want to upgrade from a very old version, I would encourage you to read the release notes for every major version since then....
/remove-lifecycle stale
Switching to another queuing system might be a good idea, Rails also now comes with https://github.com/rails/solid_queue, but this will have a lot of impacts everywhere, and performance might be a...
> Is Mastodon.Social using Sidekiq Pro? No, we do not run anything that is not in this repo
We want to make the account deletion process in 2 steps, with a soft-delete first, allowing the data to be kept for some period of time, so it can also...