Commit graph

8 commits

Author SHA1 Message Date
Holger Brunn 0a9ef9e047 Add sandboxing to systemd examples 2023-08-28 07:29:42 +02:00
Wesley Aptekar-Cassels 3e78e398c0 Switch from priority queues to function-based queues
Fixes: #2907
2023-07-20 12:25:30 -04:00
Milan a6bc53a936
fix typo in systemd example
...which prevented imports from running
2023-03-08 19:58:58 +01:00
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
Jascha Urbach c26387baea
add "import" to celery worker
import was missing in ExecStart for celery
2023-01-26 17:24:18 +01:00
Doctor 45aa397863 Add redis.service in After for bookwyrm and bookwyrm-scheduler services 2022-12-30 17:36:16 +01:00
Codimp 358a0e60a9 Add systemd service files for bookwyrm front, worker and scheduler 2022-12-30 17:36:16 +01:00
Codimp 1e0cbe776c Add contrib directory with explanation 2022-12-30 17:36:16 +01:00