bookwyrm/contrib
Mouse Reeve b167364c5c Use a separate queue for broadcasts
I think this will go a long way to solve the federation delay problems
we're seeing on b.s. I'm not sure at what point adding more queues will
create more problems than it solves, but I do think in this case the
queues are out of balance and moving broadcasts (which are the most
common type of `medium_priority` task at the moment) to their own queue
will be an improvement.
2023-02-20 12:58:41 -08:00
..
systemd Use a separate queue for broadcasts 2023-02-20 12:58:41 -08:00
README.md Add contrib directory with explanation 2022-12-30 17:36:16 +01:00

Contrib

This directory contain some scripts, configuration files and other useful tools around BookWyrm.

These tools are not necessary for the proper functioning of BookWyrm but provide a helpful leg-up for integration with some third-party or to nicely fit BookWyrm into other environments.